Skip to content

Commit

Permalink
indentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Dvorak committed Mar 8, 2014
1 parent 80b69d5 commit 0e47541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion so-post-monitor.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}
Expand Down

0 comments on commit 0e47541

Please sign in to comment.