Resolve #387
This commit is contained in:
parent
296afdc871
commit
d68644c358
1 changed files with 1 additions and 1 deletions
|
|
@ -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); };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue