This commit is contained in:
denis.flaven@combodo.com
2023-03-30 14:29:29 +02:00
parent b9a00b15f5
commit 94ea8e60e8

View File

@@ -253,9 +253,9 @@ $(function()
// Prevent anchor default behaviour
oEvent.preventDefault();
if (oExtraTabTogglerElem.attr('aria-disabled') === true) {
if (oExtraTabTogglerElem.attr('aria-disabled') === 'true') {
// Corresponding tab is disabled, do nothing
oEvent.preventStopPropagation();
oEvent.stopPropagation();
return;
}
// Trigger click event on real tab toggler (the hidden one)