From 9993323d5c9a82ff67b3b4f84b6f932d836df929 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 5 Dec 2018 14:47:06 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/history.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui (gen4)/features/history.js b/ui (gen4)/features/history.js index 55f96775..e25b2e29 100755 --- a/ui (gen4)/features/history.js +++ b/ui (gen4)/features/history.js @@ -331,6 +331,7 @@ module.URLHistory = core.ImageGridFeatures.Feature({ return prev && function(){ prev != this.config['url-history-last-loaded'] + && prev != this.location.path && (this.config['url-history-last-loaded'] = prev) } }], ],