Update 'script.js'
This commit is contained in:
parent
b76dfef6ad
commit
48456e3e9f
@ -13,9 +13,6 @@ document.querySelectorAll('input[name = outlookVer]').forEach((element) => {
|
||||
locationSelector.addEventListener("click", (e) => {
|
||||
locationSelector.classList.remove("missing-info");
|
||||
}, false);
|
||||
document.getElementById("dottedDiv").addEventListener("click", (e) => {
|
||||
document.getElementById("existingFile").click();
|
||||
}, false);
|
||||
document.getElementById("formSubmit").addEventListener("click", submitForm, false);
|
||||
|
||||
function handleCheckbox() {
|
||||
|
Loading…
Reference in New Issue
Block a user