mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 19:00:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7db1d32570
commit
e1f328b918
@ -1047,7 +1047,8 @@ function setupEvents(){
|
|||||||
updated = false
|
updated = false
|
||||||
}}, 60000)
|
}}, 60000)
|
||||||
// autosave every ten minutes...
|
// autosave every ten minutes...
|
||||||
setInterval(ImageGrid.saveState, 600000)
|
// XXX do we really need this?
|
||||||
|
//setInterval(ImageGrid.saveState, 600000)
|
||||||
|
|
||||||
// resize...
|
// resize...
|
||||||
$(window).resize(function() {
|
$(window).resize(function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user