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

Commit

Permalink
Merge pull request #209 from micpango/master
Browse files Browse the repository at this point in the history
Allow dashing to run on sub-path by using relative urls
  • Loading branch information
davefp committed Aug 30, 2013
2 parents 81b3cbf + 99c64d5 commit 69afd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/dashing.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 69afd2f

Please sign in to comment.