mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
more tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
59168e1113
commit
ba38f67c6c
@ -250,8 +250,9 @@ $(function(){
|
||||
DATA_ATTR + '_SETTINGS' in localStorage && loadLocalStorageSettings()
|
||||
|
||||
// XXX this will reload everything...
|
||||
// XXX this might load the wrong marks (not sure)...
|
||||
DATA_ATTR + '_MARKED' in localStorage && loadLocalStorageMarks()
|
||||
(MARKED.length == 0
|
||||
&& DATA_ATTR + '_MARKED' in localStorage
|
||||
&& loadLocalStorageMarks())
|
||||
|
||||
updateImages()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user