mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 10:12:06 -05:00
Update js/main.js
This commit is contained in:
parent
16a261b813
commit
56dab44860
10
js/main.js
10
js/main.js
@ -1,4 +1,3 @@
|
||||
|
||||
var interval;
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
if (localStorage.getItem("theme")) {
|
||||
@ -195,3 +194,12 @@ let cookieConsentStyle = document.createElement("link");
|
||||
cookieConsentStyle.href = "/js/cookieConsent.css";
|
||||
cookieConsentStyle.rel = "stylesheet";
|
||||
document.head.appendChild(cookieConsentStyle);
|
||||
|
||||
var $buoop = {required:{e:79,f:45,o:36,s:10,c:49},api:2024.05 };
|
||||
function $buo_f(){
|
||||
var e = document.createElement("script");
|
||||
e.src = "//browser-update.org/update.min.js";
|
||||
document.body.appendChild(e);
|
||||
};
|
||||
try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
|
||||
catch(e){window.attachEvent("onload", $buo_f)}
|
Loading…
x
Reference in New Issue
Block a user