Fix vnc_lite.html (powerbuttons -> xvpbuttons)

This commit is contained in:
David Cooper 2017-11-12 14:04:47 -08:00
parent b8dfb983df
commit 6746105feb
1 changed files with 2 additions and 2 deletions

View File

@ -203,8 +203,8 @@
}; };
function updatePowerButtons() { function updatePowerButtons() {
var powerbuttons; var xvpbuttons;
powerbuttons = document.getElementById('noVNC_power_buttons'); xvpbuttons = document.getElementById('noVNC_power_buttons');
if (rfb.capabilities.power) { if (rfb.capabilities.power) {
xvpbuttons.className= "noVNC_shown"; xvpbuttons.className= "noVNC_shown";
} else { } else {