From e1f328b918cc505beced9e006f6a9f8f53448b4e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 30 Aug 2012 04:28:57 +0400 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui/gallery-prototype.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 73790c2f..4d30e423 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -1047,7 +1047,8 @@ function setupEvents(){ updated = false }}, 60000) // autosave every ten minutes... - setInterval(ImageGrid.saveState, 600000) + // XXX do we really need this? + //setInterval(ImageGrid.saveState, 600000) // resize... $(window).resize(function() {