Supprime attribut aria-describedby inutile
This commit is contained in:
parent
d9abe654ce
commit
29af5041c8
|
|
@ -318,7 +318,7 @@ var tarteaucitron = {
|
|||
} else {
|
||||
html += '<button type="button" id="tarteaucitronBack" aria-label="' + tarteaucitron.lang.close + '" title="' + tarteaucitron.lang.close + '"></button>';
|
||||
}
|
||||
html += '<div id="tarteaucitron" role="dialog" aria-modal="true" aria-describedby="tarteaucitronInfo" aria-labelledby="dialogTitle" tabindex="-1">';
|
||||
html += '<div id="tarteaucitron" role="dialog" aria-modal="true" aria-labelledby="dialogTitle" tabindex="-1">';
|
||||
if (tarteaucitron.reloadThePage) {
|
||||
html += ' <button type="button" id="tarteaucitronClosePanel" aria-label="' + tarteaucitron.lang.close + ' (' + tarteaucitron.lang.reload + ')" title="' + tarteaucitron.lang.close + ' (' + tarteaucitron.lang.reload + ')">';
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue