Archived
1
0

try again

This commit is contained in:
Jeff Becker
2016-04-30 08:38:50 -04:00
parent 5a069dbb9a
commit 6a73f5d727
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ function setupInlineImage(thumb, url) {
var expanded = false;
var oldurl = img.src;
thumb.href = "#";
thumb.target = "";
img.addEventListener("click", function(ev) {
if (expanded) {
img.setAttribute("class", "thumbnail");