mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
Typo!
This commit is contained in:
@@ -253,9 +253,9 @@ $(function()
|
|||||||
// Prevent anchor default behaviour
|
// Prevent anchor default behaviour
|
||||||
oEvent.preventDefault();
|
oEvent.preventDefault();
|
||||||
|
|
||||||
if (oExtraTabTogglerElem.attr('aria-disabled') === true) {
|
if (oExtraTabTogglerElem.attr('aria-disabled') === 'true') {
|
||||||
// Corresponding tab is disabled, do nothing
|
// Corresponding tab is disabled, do nothing
|
||||||
oEvent.preventStopPropagation();
|
oEvent.stopPropagation();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Trigger click event on real tab toggler (the hidden one)
|
// Trigger click event on real tab toggler (the hidden one)
|
||||||
|
|||||||
Reference in New Issue
Block a user