From 4e21d1e1b6d49adcf0437e2cf46df7691ef3ff8d Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Tue, 14 May 2019 23:29:58 -0700 Subject: [PATCH] Fix --- vnc_auto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnc_auto.html b/vnc_auto.html index 41cba3f4..ba261bef 100644 --- a/vnc_auto.html +++ b/vnc_auto.html @@ -234,7 +234,7 @@ } window.onscriptsload = function () { - var host, port, password, path, token, lastClipboard; + var host, port, password, path, token, lastClipboard, tok; // Expire any old (>4h) entries from localStorage Object.keys(localStorage)