Hide the deny button on mandatory cookie for alignement

This commit is contained in:
Amauri CHAMPEAUX 2020-10-12 12:06:45 +02:00
parent 097617b84e
commit 1233699846
1 changed files with 3 additions and 0 deletions

View File

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