Werk #3763: Fixed playing sounds in views when using current Firefox
Component | User interface | ||||||||||||||||
Title | Fixed playing sounds in views when using current Firefox | ||||||||||||||||
Date | Aug 23, 2016 | ||||||||||||||||
Level | Trivial Change | ||||||||||||||||
Class | Bug Fix | ||||||||||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||||||||||
Checkmk versions & editions |
|
Changed the way the sounds are played in HTML code from "object" tag to HTML5 "audio" tag. This should work in most modern browsers.
Also did some refactoring along the way.