Take signed in check out of websocket js

This commit is contained in:
Raphael 2010-08-23 11:57:29 -07:00
parent 01dac4d173
commit 0092069372

View file

@ -1,8 +1,6 @@
- if user_signed_in?
= javascript_include_tag 'FABridge', 'swfobject', 'web_socket'
:javascript
WebSocket.__swfLocation = "/javascripts/WebSocketMain.swf";
:javascript
$(document).ready(function(){
function debug(str){ $("#debug").append("<p>" + str); };