From 0444bec157a690e6e83498944b76b38921d86927 Mon Sep 17 00:00:00 2001 From: makc Date: Fri, 12 May 2017 17:35:59 +0200 Subject: hide all the dicks again --- juick-www/src/main/static/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/src/main/static/scripts.js') 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'; } -- cgit v1.2.3