Name instead of id for engage button

This commit is contained in:
Amauri CHAMPEAUX 2015-02-18 23:37:28 +01:00
parent ce7b643792
commit e64fdc88ca
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ var tarteaucitron = {
html += '<div class="tac_activate">';
html += ' <div class="tac_float">';
html += ' <b>' + id + '</b> ' + tarteaucitron.lang.fallback + '<br/>';
html += ' <b>' + tarteaucitron.services[id].name + '</b> ' + tarteaucitron.lang.fallback + '<br/>';
html += ' <div class="tarteaucitronAllow" id="Eng' + r + 'ed' + id + '" onclick="tarteaucitron.userInterface.respond(this, true);">';
html += ' ' + tarteaucitron.lang.allow;
html += ' </div>';