Hide the deny button on mandatory cookie for alignement
This commit is contained in:
parent
097617b84e
commit
1233699846
|
|
@ -342,6 +342,9 @@ var tarteaucitron = {
|
|||
html += ' <button type="button" class="tarteaucitronAllow">';
|
||||
html += ' ✓ ' + tarteaucitron.lang.allow;
|
||||
html += ' </button> ';
|
||||
html += ' <button type="button" class="tarteaucitronDeny" style="visibility:hidden">';
|
||||
html += ' ✗ ' + tarteaucitron.lang.deny;
|
||||
html += ' </button> ';
|
||||
html += ' </div>';
|
||||
html += '</li>';
|
||||
html += '</ul></li>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue