Activation - Adding a class with the service name

Allows you to customize the block to activate an on-demand service.
This commit is contained in:
Jérôme Fix 2020-10-15 15:15:42 +02:00
parent 3b334efc8d
commit 3371d6a3c1
1 changed files with 1 additions and 1 deletions

View File

@ -1687,7 +1687,7 @@ var tarteaucitron = {
engage = tarteaucitron.lang['engage-' + id];
}
html += '<div class="tac_activate">';
html += '<div class="tac_activate tac_activate_' + id + '">';
html += ' <div class="tac_float">';
html += ' ' + engage;
html += ' <button type="button" class="tarteaucitronAllow" id="Eng' + r + 'ed' + id + '">';