Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
Re-fix comment nuke so translated pages work
Browse files Browse the repository at this point in the history
  • Loading branch information
eritbh committed Jun 4, 2019
1 parent 1113215 commit 9dc5e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/data/modules/nukecomments.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function nukecomments() {
self.deleteThreadFromComment = function ($thread_root) {
var ignoreMods = self.setting('ignoreMods');

var $removeButtons = $thread_root.find('form.remove-button input[value="removed"] ~ span.option.error a.yes,a[onclick^="return big_mod_action($(this), -1)"]');
var $removeButtons = $thread_root.find('form.remove-button input[name="spam"][value="False"] ~ span.option.error a.yes,a[onclick^="return big_mod_action($(this), -1)"]');
TB.ui.longLoadSpinner(true, 'removing comments', 'neutral');
self.log(`Nuking ${$removeButtons.length} comments`);

Expand Down

0 comments on commit 9dc5e0c

Please sign in to comment.