Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-08-30 04:28:57 +04:00
parent 7db1d32570
commit e1f328b918

View File

@ -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() {