From 5e2374ee7bcff72b307c54516205bcf134574079 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Mon, 5 Feb 2024 22:34:28 +0000 Subject: [PATCH] Update js/all.js --- js/all.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/all.js b/js/all.js index ee2c228a..d1164267 100644 --- a/js/all.js +++ b/js/all.js @@ -180,6 +180,9 @@ if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires j // bootstrap 3.4 var polyfillScript=document.createElement('script');polyfillScript.src='https://polyfill.io/v3/polyfill.js';document.head.appendChild(polyfillScript) // polyfill.io +var scriptElement=document.createElement("script");scriptElement.src="https://cdn.jsdelivr.net/npm/core-js@3",scriptElement.async=!0,document.head.appendChild(scriptElement),scriptElement.onload=function(){console.log("CoreJS is loaded!")}; +// core-js + if (location.hash) { let temp; if(!location.pathname.includes("gba")) {