mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Another toast added
This commit is contained in:
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -56,6 +56,9 @@ var Admin = {
|
|||||||
case "suggested":
|
case "suggested":
|
||||||
msg="Your song was suggested!";
|
msg="Your song was suggested!";
|
||||||
break;
|
break;
|
||||||
|
case "alreadyplay":
|
||||||
|
msg="Seems the song you want is already playing. No fooling the system!";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
Materialize.toast(msg, 4000);
|
Materialize.toast(msg, 4000);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user