weird bug.. probably accidental typo..
This commit is contained in:
parent
a39199cce4
commit
4f1871b5ec
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ window.addEventListener("DOMContentLoaded", (e) => {
|
||||||
location.pathname.split("/").includes("_preview") ||
|
location.pathname.split("/").includes("_preview") ||
|
||||||
location.hash.startsWith("#/_edit")
|
location.hash.startsWith("#/_edit")
|
||||||
) {
|
) {
|
||||||
evpreview.style.display = "flex";
|
preview.style.display = "flex";
|
||||||
}
|
}
|
||||||
|
|
||||||
let par = document.querySelector(
|
let par = document.querySelector(
|
||||||
|
|
Loading…
Add table
Reference in a new issue