summaryrefslogtreecommitdiff
path: root/vnc_lite.html
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2017-11-14 09:11:28 +0100
committerPierre Ossman <ossman@cendio.se>2017-11-14 09:11:28 +0100
commit56f21bf72c4331a2db5fde4428d82e295355db80 (patch)
tree855dafbc55a6ae1ffab3f0d4655efcd431d94e07 /vnc_lite.html
parentb8dfb983dfa44d4c6adfa70f6d216806619d72da (diff)
downloadnovnc-56f21bf72c4331a2db5fde4428d82e295355db80.tar.gz
Fix old xvpbuttons references
Things were renamed to the more generic "power" instead of "xvp", but a few references were overlooked in the merge.
Diffstat (limited to 'vnc_lite.html')
-rw-r--r--vnc_lite.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnc_lite.html b/vnc_lite.html
index d817885..d59828e 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -206,9 +206,9 @@
var powerbuttons;
powerbuttons = document.getElementById('noVNC_power_buttons');
if (rfb.capabilities.power) {
- xvpbuttons.className= "noVNC_shown";
+ powerbuttons.className= "noVNC_shown";
} else {
- xvpbuttons.className = "noVNC_hidden";
+ powerbuttons.className = "noVNC_hidden";
}
}