This commit is contained in:
David Cooper 2017-11-14 08:12:27 +00:00 committed by GitHub
commit 989fc0368e
1 changed files with 2 additions and 2 deletions

View File

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