From e9bf31725fb3129199b8d20458c9cbf6410f973c Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Tue, 12 Mar 2024 01:46:11 +0000 Subject: [PATCH] Update js/main.js --- js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/main.js b/js/main.js index 4b513178..d34728e9 100644 --- a/js/main.js +++ b/js/main.js @@ -148,6 +148,7 @@ getCurrentTime(); setInterval(getCurrentTime, 900); $(function() { $('.game').on('error', function() { $(this).attr('src', decodeURIComponent(atob('aHR0cHM6Ly93ZWIuYXJjaGl2ZS5vcmcvd2ViLzIwMjQwMzEyMDA1NTQ3aWZfL2h0dHBzOi8vbmF0ZS1nYW1lcy5jb20vc3RhdGljL2ltYWdlLXBsYWNlaG9sZGVyLnN2Zw=='))); }); }); +$(document).ready(function(){$("#webicon").attr("placeholder",window.location.href);}); let cookieConsentScript = document.createElement("script"); cookieConsentScript.src = "/js/cookieConsent.js";