Merge pull request #506 from jerome-fix/tac-activate-customization
Activation - Adding a class with the service name
This commit is contained in:
commit
2bd9a65177
|
|
@ -1687,7 +1687,7 @@ var tarteaucitron = {
|
||||||
engage = tarteaucitron.lang['engage-' + id];
|
engage = tarteaucitron.lang['engage-' + id];
|
||||||
}
|
}
|
||||||
|
|
||||||
html += '<div class="tac_activate">';
|
html += '<div class="tac_activate tac_activate_' + id + '">';
|
||||||
html += ' <div class="tac_float">';
|
html += ' <div class="tac_float">';
|
||||||
html += ' ' + engage;
|
html += ' ' + engage;
|
||||||
html += ' <button type="button" class="tarteaucitronAllow" id="Eng' + r + 'ed' + id + '">';
|
html += ' <button type="button" class="tarteaucitronAllow" id="Eng' + r + 'ed' + id + '">';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue