Name instead of id for engage button
This commit is contained in:
parent
ce7b643792
commit
e64fdc88ca
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue