mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dd17b53a88
commit
9993323d5c
@ -331,6 +331,7 @@ module.URLHistory = core.ImageGridFeatures.Feature({
|
|||||||
return prev
|
return prev
|
||||||
&& function(){
|
&& function(){
|
||||||
prev != this.config['url-history-last-loaded']
|
prev != this.config['url-history-last-loaded']
|
||||||
|
&& prev != this.location.path
|
||||||
&& (this.config['url-history-last-loaded'] = prev) }
|
&& (this.config['url-history-last-loaded'] = prev) }
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user