Fix vnc_lite.html (powerbuttons -> xvpbuttons)
This commit is contained in:
parent
b8dfb983df
commit
6746105feb
|
|
@ -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) {
|
||||
xvpbuttons.className= "noVNC_shown";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue