diff --git a/include/websock.js b/include/websock.js index 0d41ba9..54be567 100644 --- a/include/websock.js +++ b/include/websock.js @@ -32,7 +32,7 @@ if (window.WebSocket) { end = "'><\/script>", extra = ""; WEB_SOCKET_SWF_LOCATION = get_INCLUDE_URI() + - "web-socket-js/WebSocketMain.swf?"; + "web-socket-js/WebSocketMain.swf"; if (Util.Engine.trident) { Util.Debug("Forcing uncached load of WebSocketMain.swf"); WEB_SOCKET_SWF_LOCATION += "?" + Math.random();