Make error message more visible
This commit is contained in:
parent
7b5ff1219f
commit
0a12beef16
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue