Commit b9461b461ef347c63b8652b216e0b7e9b656671d

Authored by renansoares
1 parent 5426b95a
Exists in master and in 1 other branch v2

trying to fix websocket

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');