mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed a log
This commit is contained in:
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -74,7 +74,7 @@ $().ready(function(){
|
|||||||
else if(!fromChannel && window.location.pathname == "/"){
|
else if(!fromChannel && window.location.pathname == "/"){
|
||||||
initfp();
|
initfp();
|
||||||
}
|
}
|
||||||
|
|
||||||
git_info = $.ajax({ type: "GET",
|
git_info = $.ajax({ type: "GET",
|
||||||
url: "https://api.github.com/repos/zoff-music/zoff/commits",
|
url: "https://api.github.com/repos/zoff-music/zoff/commits",
|
||||||
async: false
|
async: false
|
||||||
@@ -302,7 +302,6 @@ $(document).on("click", "#closePlayer", function(e){
|
|||||||
Player.ytplayer = "";
|
Player.ytplayer = "";
|
||||||
document.title = "Zöff";
|
document.title = "Zöff";
|
||||||
$("#closePlayer").remove();
|
$("#closePlayer").remove();
|
||||||
console.log("removed shit");
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on('click', '#toast-container', function(){
|
$(document).on('click', '#toast-container', function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user