Skip to content
Snippets Groups Projects
Commit f8fc8eb4 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

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

parent 11c2aff8
Branches
No related tags found
No related merge requests found
......@@ -142,7 +142,6 @@ var PlayList={
PlayList.items.push(item);
},
remove:function(index){
alert('remove');
PlayList.items.splice(index,1);
PlayList.render();
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment