Skip to content

Commit

Permalink
LA queue - the same
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Dvorak committed Mar 8, 2014
1 parent 4286bdc commit 80b69d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion so-post-monitor.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
this.questionId = this.target.closest("#close-question-form")
.find(".question").data("questionid")
|| $("#question").data("questionid");
} else if (/^\/review\/(first-posts|low-quality-posts)\/\d+/.test(location.pathname)){
} else if (/^\/review\/(first-posts|late-answers|low-quality-posts)\/\d+/.test(location.pathname)){
this.questionId = $(".question").data("questionid");
}
}
Expand Down

0 comments on commit 80b69d5

Please sign in to comment.