summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-26 00:58:01 -0500
committerjules <jules@okfoc.us>2014-01-26 00:58:01 -0500
commit9f1b5a177eee98f64e7581756cd5fdc7635691ca (patch)
tree4cbed6d4b7e002b44d13bf7206a7a9dc4b267d78 /js
parent009007363dfca587c2cbbdbba6566179a05d8fb6 (diff)
css shakeup
Diffstat (limited to 'js')
-rw-r--r--js/gallery.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/gallery.js b/js/gallery.js
index a9430fc..b9acfc0 100644
--- a/js/gallery.js
+++ b/js/gallery.js
@@ -46,6 +46,7 @@ gallery.image = function(im){
$(thumb.canvas).show()
})
$(img).click(gallery.choose);
+ $("#persist-image").attr("checked", false)
}
try { img.src = im.url; }
catch(e){ return; }