Remove: node on update.html #86

This commit is contained in:
Cutls
2019-06-15 02:23:41 +09:00
parent 8d308cae5e
commit 070c40a958
9 changed files with 42 additions and 52 deletions

View File

@@ -21,7 +21,7 @@ function themes(theme) {
}
if (theme == "custom") {
if (localStorage.getItem("customtheme-id")) {
ipc.send('theme-css-request', localStorage.getItem("customtheme-id"));
postMessage(["themeCSSRequest", localStorage.getItem("customtheme-id")], "*")
}
}
}