mirror of
https://github.com/JangoSteve/jQuery-EasyTabs.git
synced 2026-06-10 15:37:02 +02:00
Updated syntax
This commit is contained in:
@@ -207,9 +207,10 @@
|
||||
// Tab is not active and panel is not active => select tab
|
||||
} else if( ! $clicked.hasClass(settings.tabActiveClass) || ! $targetPanel.hasClass(settings.panelActiveClass) ){
|
||||
activateTab($clicked, $targetPanel, ajaxUrl, callback);
|
||||
//Cache is disabled => reload (e.g reload an ajax tab).
|
||||
} else if ( !settings.cache ){
|
||||
activateTab($clicked, $targetPanel, ajaxUrl, callback);
|
||||
|
||||
// Cache is disabled => reload (e.g reload an ajax tab).
|
||||
} else if ( ! settings.cache ){
|
||||
activateTab($clicked, $targetPanel, ajaxUrl, callback);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user