summaryrefslogtreecommitdiff
path: root/jarmon/jarmon.js
diff options
context:
space:
mode:
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) {