mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-23 00:13:22 +00:00
Another toast added
This commit is contained in:
Vendored
+2
-2
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