]> source.dussan.org Git - nextcloud-server.git/commitdiff
no alert popups, ever. They are just dismissed. Use undo instead.
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sat, 27 Aug 2011 14:54:20 +0000 (16:54 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sat, 27 Aug 2011 14:54:20 +0000 (16:54 +0200)
apps/media/js/player.js

index 7581c27393f3489329bebf4904507047d9db12a3..f696b87bbde5ec2bb2b0909440bd2021b2de84bb 100644 (file)
@@ -142,7 +142,6 @@ var PlayList={
                PlayList.items.push(item);
        },
        remove:function(index){
-        alert('remove');
                PlayList.items.splice(index,1);
                PlayList.render();
        },