Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@somosazucar.org>2013-04-25 05:17:10 (GMT)
committer Sebastian Silva <sebastian@somosazucar.org>2013-04-25 05:17:10 (GMT)
commit64b1ae0505e10de1650522cb739a0eca05f164d2 (patch)
tree59879b83ee777ef94b0a7acdee4208f71522fdcd
parentefde6abc64fd639e8997645c8f331778f84dc34c (diff)
Now disable SSE for real, sorry.
-rw-r--r--sugar_network_webui/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar_network_webui/templates/base.html b/sugar_network_webui/templates/base.html
index ee9ea60..4be0cdf 100644
--- a/sugar_network_webui/templates/base.html
+++ b/sugar_network_webui/templates/base.html
@@ -398,8 +398,8 @@
};
$(document).ready( function() {
- sse = new EventSource('/my_event_source');
/*
+ sse = new EventSource('/my_event_source');
sse.onmessage = function(message) {
data = $.parseJSON(message.data);
if (data.event=="inline" && data.state=="offline") {