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