Skip to content

Commit 0735778

Browse files
committed
Revert "Site updated: 2018-08-22 14:18:11"
This reverts commit 0810fc6.
1 parent a443325 commit 0735778

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/diaspora.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ $(function() {
306306
var tag = $(e.target).attr('class') || '',
307307
rel = $(e.target).attr('rel') || '';
308308
// .content > p > img
309-
console.log("clicked");
310309
if (e.target.nodeName == "IMG" && $(e.target).parent().get(0).nodeName == "P") {
311310
tag = 'pimg';
312311
}

0 commit comments

Comments
 (0)