]> git.0d.be Git - panikweb.git/commitdiff
Removing stupid yes test onAdd sound
authorlaron <simon@surlaterre.org>
Tue, 3 Sep 2013 11:46:32 +0000 (13:46 +0200)
committerlaron <simon@surlaterre.org>
Tue, 3 Sep 2013 11:46:32 +0000 (13:46 +0200)
panikweb_templates/static/js/specifics.js

index 208f8c250b28e41664fcb26aef28ab8e7174e0aa..93eaa949424e5a6b26021278e71fe6537437aac3 100644 (file)
@@ -260,7 +260,7 @@ $(function() {
                        if($(this).attr('data-player-action') == "registerAudio"){
                                $localList.playlist("registerAudio",audio,doLog(audio.attr('title')+' has been added to your playlist.','ok'));
                        }else if($(this).attr('data-player-action') == "playAudio"){
-                               $localList.playlist("registerAudio",audio,doLog(audio.attr('title')+' has been added to your playlist.','ok'));alert('yes');
+                               $localList.playlist("registerAudio",audio,doLog(audio.attr('title')+' will play soon.','ok'));
                                $localList.playlist("playLast");
                        }else{
                                $localList.playlist($(this).attr('data-player-action'));