diff options
author | makc | 2017-05-12 17:35:59 +0200 |
---|---|---|
committer | Vitaly Takmazov | 2017-05-14 21:02:18 +0300 |
commit | 0444bec157a690e6e83498944b76b38921d86927 (patch) | |
tree | 4d0a638bb6ca6ccf5ba8b4b7a16787507bb2af30 /juick-www/src | |
parent | 50e3b357bd0cd332b9c15e044e40f4af9a0b124d (diff) |
hide all the dicks again
Diffstat (limited to 'juick-www/src')
-rw-r--r-- | juick-www/src/main/static/scripts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/static/scripts.js b/juick-www/src/main/static/scripts.js index 1027170a..d48844f7 100644 --- a/juick-www/src/main/static/scripts.js +++ b/juick-www/src/main/static/scripts.js @@ -743,7 +743,7 @@ ready(function () { } document.querySelectorAll('article').forEach(function (article) { if (Array.prototype.some.call( - article.querySelectorAll('.u a'), + article.querySelectorAll('.msg-tags a'), function (a) { return a.textContent === 'NSFW'; } |