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 == "/"){
|
||||
initfp();
|
||||
}
|
||||
|
||||
|
||||
git_info = $.ajax({ type: "GET",
|
||||
url: "https://api.github.com/repos/zoff-music/zoff/commits",
|
||||
async: false
|
||||
@@ -302,7 +302,6 @@ $(document).on("click", "#closePlayer", function(e){
|
||||
Player.ytplayer = "";
|
||||
document.title = "Zöff";
|
||||
$("#closePlayer").remove();
|
||||
console.log("removed shit");
|
||||
});
|
||||
|
||||
$(document).on('click', '#toast-container', function(){
|
||||
|
||||
Reference in New Issue
Block a user