mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added a prettier loader to embedded players
This commit is contained in:
@@ -193,7 +193,10 @@ function setup_now_playing_listener() {
|
||||
}
|
||||
|
||||
function setup_list_listener() {
|
||||
socket.on("channel", List.channel_function);
|
||||
socket.on("channel", function(msg) {
|
||||
Helper.addClass(".site_loader", "hide");
|
||||
List.channel_function(msg);
|
||||
});
|
||||
}
|
||||
|
||||
function setVolume(val) {
|
||||
|
||||
Reference in New Issue
Block a user