summaryrefslogtreecommitdiff
path: root/vnc_lite.html
diff options
context:
space:
mode:
Diffstat (limited to 'vnc_lite.html')
-rw-r--r--vnc_lite.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/vnc_lite.html b/vnc_lite.html
index 98dd28f..595f34c 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -123,7 +123,6 @@
// because Firefox < 53 has a bug w.r.t location.search
const re = new RegExp('.*[?&]' + name + '=([^&#]*)'),
match = document.location.href.match(re);
- if (typeof defaultValue === 'undefined') { defaultValue = null; }
if (match) {
// We have to decode the URL since want the cleartext value