From 0e4754195b75514aaba1dea59bb0f155820653eb Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Sat, 8 Mar 2014 09:10:15 +0100 Subject: [PATCH] indentation change --- so-post-monitor.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/so-post-monitor.user.js b/so-post-monitor.user.js index 856d7c8..b44db6f 100644 --- a/so-post-monitor.user.js +++ b/so-post-monitor.user.js @@ -29,7 +29,8 @@ this.questionId = this.target.closest("#close-question-form") .find(".question").data("questionid") || $("#question").data("questionid"); - } else if (/^\/review\/(first-posts|late-answers|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"); } }