Commit f9a6f893808778965a2d49d0342286ed67052d14

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

try to fix in deploy

app/assets/javascripts/v_libras/videos/index.js.erb
1 1 $(function() {
2 2 $("a.badge").tooltip();
3 3  
4   - var dispatcher = new WebSocketRails('<%= ENV['DOMAIN_NAME'] %>/websocket');
  4 + var dispatcher = new WebSocketRails('150.165.204.80/websocket');
5 5  
6 6 // subscribe to the channel
7 7 var channel = dispatcher.subscribe('requests_update');
... ...