From b590289de5748821378fe9769050fd8de63841b4 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Tue, 28 Jun 2011 16:28:42 -0500 Subject: [PATCH] Remove extraneous question mark. Part of https://github.com/kanaka/noVNC/issues/69 --- include/websock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();