no alert popups, ever. They are just dismissed. Use undo instead.

This commit is contained in:
Jan-Christoph Borchardt 2011-08-27 16:54:20 +02:00
parent 11c2aff8c9
commit f8fc8eb430

View file

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