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

Commit 69afd2f

Browse files
committed
Merge pull request #209 from micpango/master
Allow dashing to run on sub-path by using relative urls
2 parents 81b3cbf + 99c64d5 commit 69afd2f

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)