mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Improving showing/hiding of chromecastbutton
This commit is contained in:
@@ -263,7 +263,7 @@ var Frontpage = {
|
||||
window.history.pushState("to the channel!", "Title", "/" + new_channel);
|
||||
window.chan = new_channel;
|
||||
}
|
||||
|
||||
console.log(chromecastReady);
|
||||
var response = $("<div>" + e + "</div>");
|
||||
|
||||
$(".mega").remove();
|
||||
@@ -384,7 +384,6 @@ function initfp(){
|
||||
if (loaded) {
|
||||
chromecastReady = true;
|
||||
} else {
|
||||
console.log(errorInfo);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user