Make error message more visible

This commit is contained in:
Niles Rogoff 2017-06-30 07:49:09 -07:00
parent 7b5ff1219f
commit 0a12beef16
No known key found for this signature in database
GPG Key ID: B78B908F23430F80
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ var xhr_and_key = (function xhr_and_key(board, a, id, key, oldreplies, closed, e
GM_setValue(closedkey, replies);
}
} catch (e) {
elem.innerHTML = "Error.";
elem.innerHTML = red("Error");
console.log(e);
}
}