bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-12-05 14:47:06 +03:00
parent dd17b53a88
commit 9993323d5c

View File

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