Add staging popup

This commit is contained in:
Jai A
2020-06-27 10:29:49 -07:00
parent 8540e09ba7
commit 0900d7c764
3 changed files with 57 additions and 0 deletions

View File

@@ -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 = "";
}