From 1631a2d7d333498a00399c64e2209c4e1e1b8d04 Mon Sep 17 00:00:00 2001 From: Anthony Carbonaro Date: Mon, 17 Aug 2020 10:24:22 -0400 Subject: [PATCH] Update URL Hash Set a reference to the selected tab in the URL, allowing easier sharing of the calibration tool. https://github.com/jellekralt/Responsive-Tabs#set-hash --- js/jquery.responsiveTabs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/jquery.responsiveTabs.js b/js/jquery.responsiveTabs.js index e807f74..2af5318 100644 --- a/js/jquery.responsiveTabs.js +++ b/js/jquery.responsiveTabs.js @@ -8,7 +8,7 @@ collapsible: 'accordion', startCollapsed: false, rotate: false, - setHash: false, + setHash: true, animation: 'default', animationQueue: false, duration: 500, @@ -701,4 +701,4 @@ } }; -}(jQuery, window)); \ No newline at end of file +}(jQuery, window));