From 6517c498b9c93e805ead992cc4e5bafa18193fb3 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 16 Aug 2018 11:23:11 +0200 Subject: [PATCH] Remove support for the fragment and WebUtil dep The only remaining use we had of WebUtil was getConfigVar(). Let's get rid of that dependency and use our own, query-string-only and richly commented version of that function. It's easier for people to get an overview of vnc_lite if it's all in one file. This commit removes support for the fragment, parameters can only be passed using the query string from now on. --- vnc_lite.html | 39 ++++++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/vnc_lite.html b/vnc_lite.html index fcb3e7c3..828c5c81 100644 --- a/vnc_lite.html +++ b/vnc_lite.html @@ -14,8 +14,6 @@ Connect parameters are provided in query string: http://example.com/?host=HOST&port=PORT&scale=true - or the fragment: - http://example.com/#host=HOST&port=PORT&scale=true --> noVNC @@ -82,8 +80,6 @@