Why No Bounty v0.2:
- deleted questions - reputation comparison fix
This commit is contained in:
parent
41222fb3f0
commit
ae96186984
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
// Is the question closed / locked?
|
||||
var questionStatus = $("#question .question-status h2 b");
|
||||
if (questionStatus.length !== 0) {
|
||||
var status = questionStatus.get(0).text();
|
||||
var status = questionStatus.get(0).innerText;
|
||||
if (status === "closed" || status === "put on hold" || status == "marked") {
|
||||
addInformation("the question is closed");
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue