From 72de8110254f007a9647321c1ccad14f33be107d Mon Sep 17 00:00:00 2001 From: Yuriy Taraday Date: Tue, 3 May 2011 16:16:30 +0400 Subject: [PATCH] Add declaration of token variable. --- vnc_auto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnc_auto.html b/vnc_auto.html index cb699292..7372caf8 100644 --- a/vnc_auto.html +++ b/vnc_auto.html @@ -89,7 +89,7 @@ } window.onload = function () { - var host, port, password; + var host, port, password, token; $D('sendCtrlAltDelButton').onclick = sendCtrlAltDel;