Merge pull request #506 from jerome-fix/tac-activate-customization

Activation - Adding a class with the service name
This commit is contained in:
Amauri CHAMPEAUX 2020-10-15 15:56:11 +02:00 committed by GitHub
commit 2bd9a65177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 + '">';