mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
Update js/all.js
This commit is contained in:
parent
fce18702e5
commit
5e2374ee7b
@ -180,6 +180,9 @@ if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires j
|
|||||||
// bootstrap 3.4
|
// bootstrap 3.4
|
||||||
var polyfillScript=document.createElement('script');polyfillScript.src='https://polyfill.io/v3/polyfill.js';document.head.appendChild(polyfillScript)
|
var polyfillScript=document.createElement('script');polyfillScript.src='https://polyfill.io/v3/polyfill.js';document.head.appendChild(polyfillScript)
|
||||||
// polyfill.io
|
// 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) {
|
if (location.hash) {
|
||||||
let temp;
|
let temp;
|
||||||
if(!location.pathname.includes("gba")) {
|
if(!location.pathname.includes("gba")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user