Commit b9461b461ef347c63b8652b216e0b7e9b656671d
1 parent
5426b95a
Exists in
master
and in
1 other branch
trying to fix websocket
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:110/websocket'); | 4 | + var dispatcher = new WebSocketRails('150.165.204.80/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'); |