From 80b69d5946e629a2659039542650de496c2e3fb6 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Sat, 8 Mar 2014 09:05:52 +0100 Subject: [PATCH] LA queue - the same --- so-post-monitor.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-post-monitor.user.js b/so-post-monitor.user.js index e906181..856d7c8 100644 --- a/so-post-monitor.user.js +++ b/so-post-monitor.user.js @@ -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"); } }