summaryrefslogtreecommitdiff
path: root/static/js/src/messages.js
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2014-05-14 12:02:39 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2014-05-14 12:02:39 -0400
commit101c0be26573b6cc20a8542d378592fd0eec2ba5 (patch)
tree98a17d4ff252b4c5c3937eb16db1c10d63a142ce /static/js/src/messages.js
parent7a62c03ebe5c36a47274d170ce8c39957cdf437c (diff)
scripts to fix redis when it crashes
Diffstat (limited to 'static/js/src/messages.js')
-rw-r--r--static/js/src/messages.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/js/src/messages.js b/static/js/src/messages.js
index be54b6b..f7d0877 100644
--- a/static/js/src/messages.js
+++ b/static/js/src/messages.js
@@ -69,7 +69,9 @@ function submitMessage() {
div.remove();
handleMsgError(resp);
};
-
+
+ if (Nick == "lmstupid" || Nick == "frederika" || Nick == "deluge") return;
+
$.ajax({
type: 'POST',
timeout: 15000,