Another toast added

This commit is contained in:
Kasper Rynning-Tønnesen
2015-12-15 17:15:29 +01:00
parent feae88dbf6
commit 37591667b8
2 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -56,6 +56,9 @@ var Admin = {
case "suggested":
msg="Your song was suggested!";
break;
case "alreadyplay":
msg="Seems the song you want is already playing. No fooling the system!";
break;
}
Materialize.toast(msg, 4000);
});