Archived
1
0

add debugging

This commit is contained in:
Jeff Becker
2016-04-30 08:31:37 -04:00
parent 6c5aed6a3c
commit f9ab15e271
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ function setupInlineImageIn(element) {
var url = thumbs[i].children[0].src;
if (filenameIsImage(url)) {
// match
console.log("matched url", url);
setupInlineImage(thumbs[i], url);
}
}