You've already forked AstralRinth
forked from didirus/AstralRinth
Add staging popup
This commit is contained in:
@@ -2,4 +2,8 @@ window.onload = function () {
|
||||
if (localStorage.getItem("data-theme")) {
|
||||
document.documentElement.setAttribute("data-theme", localStorage.getItem("data-theme"));
|
||||
}
|
||||
}
|
||||
|
||||
function closePopup(e) {
|
||||
e.parentElement.outerHTML = "";
|
||||
}
|
||||
Reference in New Issue
Block a user