]> git.proxmox.com Git - mirror_novnc.git/commit - app/ui.js
Catch errors for when we can't play bell
authorSamuel Mannehed <samuel@cendio.se>
Fri, 12 May 2017 10:52:05 +0000 (12:52 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Fri, 12 May 2017 10:52:05 +0000 (12:52 +0200)
commitd4fc89d8b9f584fc251aa15c6c72d0b9a3e02dee
tree80ced0ef58ebc73122b46a9015655b573d1a0def
parent53f41f969228a47201ffe533f1ee550ff28d9041
Catch errors for when we can't play bell

Many browsers, for example Chrome on Android will not allow audio to
play unless it's initiated from a user action. It is not reasonable to
display an error for this. Fixes issue #821.
app/ui.js