try again
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user