Skip to content

Commit

Permalink
remove banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Updates committed Nov 22, 2024
1 parent 9bbe167 commit b206447
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions static/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ if(window.location.pathname === "/index.html" || window.location.pathname === "/
bar.addEventListener("blur", () => {
search.style.marginLeft = "-150px";
});
const img = document.createElement('img');
img.src = '/assets/img/mchost.gif';
img.className = 'banner footer';
img.addEventListener('click', function() {
location.href = 'https://freeminecrafthost.com/doge/';
})
document.body.appendChild(img);
}
window.addEventListener("load", function() {
loadScript("/worker.js");
Expand Down

0 comments on commit b206447

Please sign in to comment.