Removed useless variable that leads nowhere

This commit is contained in:
Tracker-Friendly 2024-07-20 17:46:41 +01:00
parent 7a7dc61f07
commit fd7e5274e9
1 changed files with 0 additions and 2 deletions

View File

@ -16,14 +16,12 @@ let notesPlainText = ""
let information
let backButton
let titleBox
let fileInput
let inputTypeGlobal = 0
document.addEventListener("DOMContentLoaded", function() {
information = document.getElementById("information")
backButton = document.getElementById("backButton")
titleBox = document.getElementById("title")
fileInput = document.getElementById("fileInput")
})
function showInput(inputType) {