Add declaration of token variable.
This commit is contained in:
parent
1a2371fcd2
commit
72de811025
|
|
@ -89,7 +89,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
var host, port, password;
|
var host, port, password, token;
|
||||||
|
|
||||||
$D('sendCtrlAltDelButton').onclick = sendCtrlAltDel;
|
$D('sendCtrlAltDelButton').onclick = sendCtrlAltDel;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue