no alert popups, ever. They are just dismissed. Use undo instead.
This commit is contained in:
parent
11c2aff8c9
commit
f8fc8eb430
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue