This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 45541a5 use new websocket url
45541a5 is described below
commit 45541a5906810ae2c1b967b4476e5af7aac162d2
Author: Sam Ruby <[email protected]>
AuthorDate: Wed May 3 21:55:20 2017 -0400
use new websocket url
---
www/board/agenda/views/models/events.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/models/events.js.rb
b/www/board/agenda/views/models/events.js.rb
index 009a4c7..9463edd 100644
--- a/www/board/agenda/views/models/events.js.rb
+++ b/www/board/agenda/views/models/events.js.rb
@@ -134,7 +134,7 @@ class Events
socket_url = window.location.protocol.sub('http', 'ws') + "//" +
window.location.hostname + ':34234/'
- @@socket = WebSocket.new(socket_url)
+ @@socket = WebSocket.new(Server.websocket)
def @@socket.onopen(event)
@@socket.send "session: #{Server.session}\n\n"
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].