This commit is contained in:
Mystikfluu
2023-04-03 12:36:07 +02:00
parent dfe2aec636
commit c09e478ffd
5 changed files with 10 additions and 15 deletions
-5
View File
@@ -3,11 +3,6 @@ const { invoke } = window.__TAURI__.tauri;
let master_pw;
let lock_status = true;
// async function greet() {
// // Learn more about Tauri commands at https://tauri.app/v1/guides/features/command
// greetMsgEl.textContent = await invoke("greet", { name: greetInputEl.value });
// }
window.addEventListener("DOMContentLoaded", () => {
document.getElementById("lockImg").addEventListener("click",toggleLock);
startup();