0
0
Fork 0

Remove JS alert

This commit is contained in:
Oliver-Akins 2020-08-18 20:08:33 -06:00
parent 7e2b1b809f
commit 3084e4d781

View file

@ -163,7 +163,6 @@ export default {
} } } }
) )
.then(response => { .then(response => {
alert(`Playlist created successfully.`);
this.success = true; this.success = true;
}) })
.catch((err) => { .catch((err) => {
@ -235,8 +234,9 @@ input#playlist-name {
border-color: var(--success); border-color: var(--success);
color: var(--success-text); color: var(--success-text);
border-style: solid; border-style: solid;
margin-bottom: 5px; margin-bottom: 10px;
border-width: 2px; border-width: 2px;
padding: 5px;
} }
.success a { .success a {