1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00

[fix] Pop sond URL

This commit is contained in:
kload 2015-08-22 22:55:08 +02:00
parent 5522e417b6
commit ef1e2e54c1

View file

@ -37,7 +37,7 @@ $(function() {
try {
var pop = new Audio();
pop.src = config.rootpath + "audio/pop.ogg";
pop.src = "PATHTOCHANGE/audio/pop.ogg";
} catch(e) {
var pop = {
play: $.noop