Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

Commit 99c64d5

Browse files
author
micpango
committed
Make relative to allow running on sub-path
1 parent 81b3cbf commit 99c64d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascripts/dashing.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Dashing.widgets = widgets = {}
9292
Dashing.lastEvents = lastEvents = {}
9393
Dashing.debugMode = false
9494

95-
source = new EventSource('/events')
95+
source = new EventSource('events')
9696
source.addEventListener 'open', (e) ->
9797
console.log("Connection opened")
9898

0 commit comments

Comments
 (0)