summaryrefslogtreecommitdiff
path: root/javascripts
diff options
context:
space:
mode:
Diffstat (limited to 'javascripts')
-rw-r--r--javascripts/dashing.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascripts/dashing.coffee b/javascripts/dashing.coffee
index d24bf54..ee4b6d4 100644
--- a/javascripts/dashing.coffee
+++ b/javascripts/dashing.coffee
@@ -92,7 +92,7 @@ Dashing.widgets = widgets = {}
Dashing.lastEvents = lastEvents = {}
Dashing.debugMode = false
-source = new EventSource('/events')
+source = new EventSource('events')
source.addEventListener 'open', (e) ->
console.log("Connection opened")