[FIX] Play Block Nofitifcation audio as MP3 for Safari/Mobile

This commit is contained in:
Sebastian Grewe 2015-04-18 21:42:47 +02:00
parent 8826d0301c
commit 3e6b417279
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -14,7 +14,7 @@ $(document).ready(function(){
$('#togglesound').hide();
} else {
var audioPath = "{/literal}{$PATH}{literal}/audio/";
var sound = [ {id:"ding", src:"ding.ogg"} ];
var sound = [ {id:"ding", src:"ding.mp3"} ];
var muteFlag = 1;
createjs.Sound.alternateExtensionseExtensions = ["mp3"];
createjs.Sound.registerSounds(sound, audioPath);