[FIX] Play Block Nofitifcation audio as MP3 for Safari/Mobile
This commit is contained in:
parent
8826d0301c
commit
3e6b417279
BIN
public/site_assets/bootstrap/audio/ding.mp3
Normal file
BIN
public/site_assets/bootstrap/audio/ding.mp3
Normal file
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@ $(document).ready(function(){
|
|||||||
$('#togglesound').hide();
|
$('#togglesound').hide();
|
||||||
} else {
|
} else {
|
||||||
var audioPath = "{/literal}{$PATH}{literal}/audio/";
|
var audioPath = "{/literal}{$PATH}{literal}/audio/";
|
||||||
var sound = [ {id:"ding", src:"ding.ogg"} ];
|
var sound = [ {id:"ding", src:"ding.mp3"} ];
|
||||||
var muteFlag = 1;
|
var muteFlag = 1;
|
||||||
createjs.Sound.alternateExtensionseExtensions = ["mp3"];
|
createjs.Sound.alternateExtensionseExtensions = ["mp3"];
|
||||||
createjs.Sound.registerSounds(sound, audioPath);
|
createjs.Sound.registerSounds(sound, audioPath);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user