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

Commit

Permalink
Removed hardcoded faye mount point
Browse files Browse the repository at this point in the history
  • Loading branch information
bentruyman committed Mar 2, 2012
1 parent 1173691 commit 447c1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/services/messenger.js
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
define(function () { define(function () {
return new Faye.Client('http://localhost/faye'); return new Faye.Client(window.location.origin + '/faye');
}); });

0 comments on commit 447c1e9

Please sign in to comment.