and more...
This commit is contained in:
parent
97da2cce50
commit
1552496472
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ window.addEventListener("DOMContentLoaded", (e) => {
|
||||||
location.pathname.split("/").includes("_preview") ||
|
location.pathname.split("/").includes("_preview") ||
|
||||||
location.hash.startsWith("#/_edit")
|
location.hash.startsWith("#/_edit")
|
||||||
) {
|
) {
|
||||||
preview.style.display = "block";
|
preview.style.display = "flex";
|
||||||
}
|
}
|
||||||
|
|
||||||
let par = document.querySelector(
|
let par = document.querySelector(
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20201218222257-cf54655bb2d3
|
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20201218222521-33a423ebe113
|
||||||
|
|
Loading…
Add table
Reference in a new issue