Commit 7393f30d2195940bd7079ba1a6e334ccbd8b8f7f
1 parent
ec81d62e
Exists in
master
and in
1 other branch
fix websocket error
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/javascripts/v_libras/videos/index.js.erb
1 | $(function() { | 1 | $(function() { |
2 | $("a.badge").tooltip(); | 2 | $("a.badge").tooltip(); |
3 | 3 | ||
4 | - var dispatcher = new WebSocketRails('150.165.204.80/websocket'); | 4 | + var dispatcher = new WebSocketRails('150.165.204.80:110/websocket'); |
5 | 5 | ||
6 | // subscribe to the channel | 6 | // subscribe to the channel |
7 | var channel = dispatcher.subscribe('requests_update'); | 7 | var channel = dispatcher.subscribe('requests_update'); |