From 8892a473e63ac1696405e82ecc60a14f9bc52b47 Mon Sep 17 00:00:00 2001 From: Arian Xhezairi Date: Fri, 25 Nov 2016 13:11:51 +0100 Subject: [PATCH] Fix clean the remaining hash if not deepLink:true. --- js/foundation.tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation.tabs.js b/js/foundation.tabs.js index a6a607bc6..a6d0eada2 100644 --- a/js/foundation.tabs.js +++ b/js/foundation.tabs.js @@ -246,7 +246,7 @@ class Tabs { history.replaceState({}, '', anchor); } } else { - location.hash = ''; + history.replaceState({}, '', window.location.pathname); } /** -- 2.47.2