Explorar o código

Hide the deny button on mandatory cookie for alignement

Amauri CHAMPEAUX %!s(int64=4) %!d(string=hai) anos
pai
achega
1233699846
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      tarteaucitron.js

+ 3 - 0
tarteaucitron.js

@@ -342,6 +342,9 @@ var tarteaucitron = {
                    html += '       <button type="button" class="tarteaucitronAllow">';
                    html += '           &#10003; ' + tarteaucitron.lang.allow;
                    html += '       </button> ';
+                   html += '       <button type="button" class="tarteaucitronDeny" style="visibility:hidden">';
+                   html += '           &#10007; ' + tarteaucitron.lang.deny;
+                   html += '       </button> ';
                    html += '   </div>';
                    html += '</li>';
                    html += '</ul></li>';