fix js
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user