Compare commits
2
Commits
v2.0.0
..
f470a039d8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f470a039d8 | ||
|
|
d4e6954cd5 |
@@ -1,4 +1,4 @@
|
||||
.PHONY: build build-web build-wfa-js clean clean-wfa-js ensure-dist workflow-init
|
||||
.PHONY: build test clean wfa-js
|
||||
|
||||
build: clean ensure-dist build-web build-wfa-js
|
||||
@echo "======================== Building Binary ======================="
|
||||
@@ -24,4 +24,3 @@ ensure-dist:
|
||||
mkdir -p dist
|
||||
|
||||
workflow-init: ensure-dist build-web
|
||||
cp -r dev_config/. .
|
||||
@@ -1,3 +1,2 @@
|
||||
web/modules/*
|
||||
WFA-JS/*
|
||||
dist/*
|
||||
WFA-JS/*
|
||||
@@ -1,3 +1,2 @@
|
||||
web/modules/*
|
||||
WFA-JS/*
|
||||
dist/*
|
||||
WFA-JS/*
|
||||
@@ -1,4 +1,4 @@
|
||||
import { defineConfig, globalIgnores } from "eslint/config";
|
||||
import { defineConfig } from "eslint/config";
|
||||
import globals from "globals";
|
||||
import js from "@eslint/js";
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ window.addEventListener("DOMContentLoaded", init);
|
||||
async function init () {
|
||||
await deleteAllCookies();
|
||||
setAppearance();
|
||||
|
||||
const formSubmitButton = document.querySelector("#submit");
|
||||
formSubmitButton.addEventListener("click", async (e) => {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user