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

remotes/origin/stable
Jan-Christoph Borchardt 15 years ago
parent 11c2aff8c9
commit f8fc8eb430
  1. 1
      apps/media/js/player.js

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

Loading…
Cancel
Save