summaryrefslogtreecommitdiff
path: root/jarmon/jarmon.js
diff options
context:
space:
mode:
authorRichard Wall <richard@largo>2011-09-11 10:29:53 +0100
committerRichard Wall <richard@largo>2011-09-11 10:29:53 +0100
commitc3be3efa9b2c02d63a680674b3924a2208050f83 (patch)
tree2106daccda05617ff5354bf0f4139b26d03686cc /jarmon/jarmon.js
parent717d4eb9d9416f84f06a198534b093aae8a494fe (diff)
#816668 Upgrade to latest dev jquerytools and re-enable the tab history plugin
Diffstat (limited to 'jarmon/jarmon.js')
-rw-r--r--jarmon/jarmon.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js
index 32fce6d..e4fd1dc 100644
--- a/jarmon/jarmon.js
+++ b/jarmon/jarmon.js
@@ -1229,10 +1229,9 @@ jarmon.TabbedInterface.prototype.setup = function() {
if(api) {
api.destroy();
}
- this.$tabBar.tabs(this.$tabPanels.children('div'));
+ this.$tabBar.tabs(this.$tabPanels.children('div'), {history: true});
};
-
jarmon.buildTabbedChartUi = function ($chartTemplate, chartRecipes,
$tabTemplate, tabRecipes,
$controlPanelTemplate) {