aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static/scripts.js
diff options
context:
space:
mode:
authorGravatar makc2017-05-12 17:35:59 +0200
committerGravatar Vitaly Takmazov2017-05-14 21:02:18 +0300
commit0444bec157a690e6e83498944b76b38921d86927 (patch)
tree4d0a638bb6ca6ccf5ba8b4b7a16787507bb2af30 /juick-www/src/main/static/scripts.js
parent50e3b357bd0cd332b9c15e044e40f4af9a0b124d (diff)
hide all the dicks again
Diffstat (limited to 'juick-www/src/main/static/scripts.js')
-rw-r--r--juick-www/src/main/static/scripts.js2
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';
}