mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Prettier small player on frontpage when playing soundcloud
This commit is contained in:
@@ -14,6 +14,7 @@ try {
|
||||
var SC_widget;
|
||||
var scUsingWidget = false;
|
||||
var SC_player;
|
||||
var durationTimeout;
|
||||
var sc_need_initialization = true;
|
||||
var sc_initialized = false;
|
||||
var startTime = 0;
|
||||
@@ -130,7 +131,6 @@ window.addEventListener("load", function() {
|
||||
});
|
||||
|
||||
document.querySelector(".channel-info-container").href = "https://zoff.me/" + chan.toLowerCase();
|
||||
console.log("https://zoff.me/" + chan.toLowerCase());
|
||||
document.querySelector(".channel-title").innerText = "/" + chan.toLowerCase();
|
||||
|
||||
socket.on("get_list", function() {
|
||||
|
||||
Reference in New Issue
Block a user