This commit is contained in:
Raphael 2010-10-19 11:47:43 -07:00
parent 296afdc871
commit d68644c358

View file

@ -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); };