| 1 |
var FB_Opening_Sound=function(){function n(){this.selector=document.querySelector(".fb-opening-sound-field"),this.skipValues=["none","custom","custom_file","custom_url"],this.init()}var e=n.prototype;return e.init=function(){this.canRun()&&this.initEvents()},e.initEvents=function(){document.addEventListener("change",function(n){this.onOpeningSoundValueChange(n)}.bind(this))},e.canRun=function(){return!!this.selector},e.onOpeningSoundValueChange=function(n){n=n.target.closest(".fb-opening-sound-field");n&&(n=n.value,this.skipValues.includes(n)||(n=fbox_admin_js_object.media_url+"admin/sounds/"+n+".mp3",(n=new Audio(n)).pause(),n.currentTime=0,n.play()))},n}();document.addEventListener("DOMContentLoaded",function(){new FB_Opening_Sound}); |