summaryrefslogtreecommitdiff
path: root/vnc_lite.html
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2017-10-27 09:30:47 +0200
committerPierre Ossman <ossman@cendio.se>2017-11-09 13:13:41 +0100
commit65fdfeae13c773683020d3152231e9074d35cd40 (patch)
tree467ceec5dbf3eb751861163023689191a31d7360 /vnc_lite.html
parent2f4516f293d4c64394f28ca62640cad5bb773656 (diff)
downloadnovnc-65fdfeae13c773683020d3152231e9074d35cd40.tar.gz
Remove unused options argument in onnotification event handler
Diffstat (limited to 'vnc_lite.html')
-rw-r--r--vnc_lite.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc_lite.html b/vnc_lite.html
index f457423..1a952f1 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -189,7 +189,7 @@
status(reason, "error");
}
}
- function notification(rfb, msg, level, options) {
+ function notification(rfb, msg, level) {
status(msg, level);
}