Add declaration of token variable.

This commit is contained in:
Yuriy Taraday 2011-05-03 16:16:30 +04:00
parent 1a2371fcd2
commit 72de811025
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
}
window.onload = function () {
var host, port, password;
var host, port, password, token;
$D('sendCtrlAltDelButton').onclick = sendCtrlAltDel;