remove action on mandatory button
This commit is contained in:
parent
ba79735d36
commit
b4fc687f2c
|
|
@ -330,7 +330,7 @@ var tarteaucitron = {
|
|||
if (tarteaucitron.parameters.mandatory == true) {
|
||||
html += '<li id="tarteaucitronServicesTitle_mandatory">';
|
||||
html += '<div class="tarteaucitronTitle">';
|
||||
html += ' <button type="button"> ' + tarteaucitron.lang.mandatoryTitle + '</button>';
|
||||
html += ' <button type="button" tabindex="-1"> ' + tarteaucitron.lang.mandatoryTitle + '</button>';
|
||||
html += '</div>';
|
||||
html += '<ul id="tarteaucitronServices_mandatory">';
|
||||
html += '<li class="tarteaucitronLine">';
|
||||
|
|
|
|||
Loading…
Reference in New Issue