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) } }], ],