test ci
This commit is contained in:
@@ -24,4 +24,4 @@ ensure-dist:
|
||||
mkdir -p dist
|
||||
|
||||
workflow-init: ensure-dist build-web
|
||||
cp dev_config .
|
||||
cp -r dev_config .
|
||||
@@ -7,6 +7,8 @@ async function init () {
|
||||
await deleteAllCookies();
|
||||
setAppearance();
|
||||
|
||||
console.log("here")
|
||||
|
||||
const formSubmitButton = document.querySelector("#submit");
|
||||
formSubmitButton.addEventListener("click", async (e) => {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user