summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/js/red-links.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/red-links.js b/assets/js/red-links.js
index 014f954..408af0b 100644
--- a/assets/js/red-links.js
+++ b/assets/js/red-links.js
@@ -24,7 +24,7 @@
error: function (xhr, ajaxOptions, thrownError) {
if (xhr.status == 404) {
$(that).css('color', 'red');
- } else {
+ } else (xhr.status == 200) {
$(that).css('color', '');
}
}