Browse Source

Remove extraneous question mark.

Part of https://github.com/kanaka/noVNC/issues/69

Pull from websockify b590289de5.
Joel Martin 14 years ago
parent
commit
61fc1f2287
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/websock.js

+ 1 - 1
include/websock.js

@@ -32,7 +32,7 @@ if (window.WebSocket) {
             end = "'><\/script>", extra = "";
             end = "'><\/script>", extra = "";
 
 
         WEB_SOCKET_SWF_LOCATION = get_INCLUDE_URI() +
         WEB_SOCKET_SWF_LOCATION = get_INCLUDE_URI() +
-                    "web-socket-js/WebSocketMain.swf?";
+                    "web-socket-js/WebSocketMain.swf";
         if (Util.Engine.trident) {
         if (Util.Engine.trident) {
             Util.Debug("Forcing uncached load of WebSocketMain.swf");
             Util.Debug("Forcing uncached load of WebSocketMain.swf");
             WEB_SOCKET_SWF_LOCATION += "?" + Math.random();
             WEB_SOCKET_SWF_LOCATION += "?" + Math.random();