Skip to content
Snippets Groups Projects
Commit d68644c3 authored by Raphael's avatar Raphael
Browse files

Resolve #387

parent 296afdc8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
= javascript_include_tag 'FABridge', 'swfobject', 'web_socket'
:javascript
WebSocket.__swfLocation = "/javascripts/WebSocketMain.swf";
WebSocket.__swfLocation = "#{javascript_path 'WebSocketMain.swf'}";
$(document).ready(function(){
function debug(str){ $("#debug").append("<p>" + str); };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment