Merge branch 'dev' into feature/blog
that was FAR LESS PAINFUL!
This commit is contained in:
commit
ee8bf6543e
26 changed files with 172 additions and 233 deletions
|
|
@ -49,7 +49,6 @@
|
|||
|
||||
deleteBtn.addEventListener("click", e => {
|
||||
e.preventDefault();
|
||||
if (!confirm("Are you sure you want to remove " + trackTitle + "?")) return;
|
||||
trackItem.remove();
|
||||
refreshTrackNumbers();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue