feat: implement basic fairy tracker
This commit is contained in:
parent
1e46ad269e
commit
8109bacb0d
27 changed files with 290 additions and 7 deletions
|
@ -13,7 +13,7 @@ function checkPwd() {
|
|||
el.classList.add("hidden");
|
||||
});
|
||||
|
||||
const buttons = document.querySelectorAll(".action button");
|
||||
const buttons = document.querySelectorAll(".action");
|
||||
buttons.forEach(btn => {
|
||||
const oldUrl= btn.getAttribute("hx-post");
|
||||
btn.setAttribute("hx-post", `${oldUrl}&pwd=${pwd}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue