]> git.proxmox.com Git - mirror_novnc.git/commit
Avoid using Array.includes()
authorPierre Ossman <ossman@cendio.se>
Mon, 23 Dec 2019 14:11:32 +0000 (15:11 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 23 Dec 2019 14:42:02 +0000 (15:42 +0100)
commitb8d1a8bb57c0e1bff08ea5df2c62b9479ce49d02
tree8954ec625557ab4f3842b952461a06a04856249b
parent2cf82a5c8eb6afaa6934a084aa6122d35c972a80
Avoid using Array.includes()

Internet Explorer doesn't have this method. Use the safer indexOf()
instead.
app/ui.js