Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 3763
blobcf447c1ce731cf9079b925f8d103561136e26682
1 Title: Fixed playing sounds in views when using current Firefox
2 Level: 1
3 Component: multisite
4 Compatible: compat
5 Version: 1.4.0i1
6 Date: 1471939240
7 Class: fix
9 Changed the way the sounds are played in HTML code from "object" tag to
10 HTML5 "audio" tag. This should work in most modern browsers.
12 Also did some refactoring along the way.