Archived
1
0
This commit is contained in:
Jeff Becker
2016-04-30 08:51:49 -04:00
parent ed62c4e879
commit e2968dbd97
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ function setupInlineImage(thumb, url) {
var oldurl = img.src;
thumb.onclick = function() {
if (expanded) {
thumb.
img.setAttribute("class", "thumbnail");
img.src = oldurl;
expanded = false;