Remove extraneous question mark.

Part of https://github.com/kanaka/noVNC/issues/69
This commit is contained in:
Joel Martin 2011-06-28 16:28:42 -05:00
parent 9a2b50d80b
commit b590289de5
1 changed files with 1 additions and 1 deletions

View File

@ -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();