From d68644c3584f92a81c78adf0b6be7b21aecef289 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 19 Oct 2010 11:47:43 -0700 Subject: [PATCH] Resolve #387 --- app/views/js/_websocket_js.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/js/_websocket_js.haml b/app/views/js/_websocket_js.haml index 9bf801e0a..3c88de453 100644 --- a/app/views/js/_websocket_js.haml +++ b/app/views/js/_websocket_js.haml @@ -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("

" + str); };