Skip to content

Commit

Permalink
Remove RDNPlus's user hiding from JS (site now does user hiding serve…
Browse files Browse the repository at this point in the history
…r-side anyway)
  • Loading branch information
RedEnchilada committed Sep 12, 2014
1 parent 021fbcb commit 8beb278
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/RDNPlus/js/rdnrefresh.js
Expand Up @@ -114,7 +114,7 @@ function getTextSelection(el) {
}
return {'start':start,'end':end};
}

/*
function hideUsers(newPosts) {
// Remove users
if(rdnrefresh_vars.usernamestags && rdnrefresh_vars.usernamestags.replace(/W+/,'') != '') {
Expand All @@ -136,7 +136,7 @@ function hideUsers(newPosts) {
})
})
}
}
}*/

function hideSpoilers(newPosts) {
// Remove spoilers
Expand Down Expand Up @@ -184,7 +184,7 @@ function reProcess(newPosts) {
if(rdnrefresh_vars.autospoil == '1') newPosts.each(function() {decodeSpoiler($(this), true)});

hideSpoilers(newPosts);
hideUsers(newPosts);
//hideUsers(newPosts);
//delEmotes(newPosts);
highlightUsername(newPosts);
highlightAny(newPosts);
Expand Down

0 comments on commit 8beb278

Please sign in to comment.