removed not needed code

This commit is contained in:
Miodec 2022-01-14 19:34:39 +01:00
parent 4528f85bdf
commit 53966af9e7

View file

@ -254,21 +254,6 @@ window.addEventListener("keydown", function (e) {
}
});
$(".merchBanner a").click((event) => {
$(".merchBanner").remove();
window.localStorage.setItem("merchbannerclosed", true);
});
$(".merchBanner .fas").click((event) => {
$(".merchBanner").remove();
window.localStorage.setItem("merchbannerclosed", true);
// Notifications.add(
// "Won't remind you anymore. Thanks for continued support <3",
// 0,
// 5
// );
});
$(document).on("click", "#bottom .leftright .right .current-theme", (e) => {
if (e.shiftKey) {
UpdateConfig.toggleCustomTheme();