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 information
let backButton let backButton
let titleBox let titleBox
let fileInput
let inputTypeGlobal = 0 let inputTypeGlobal = 0
document.addEventListener("DOMContentLoaded", function() { document.addEventListener("DOMContentLoaded", function() {
information = document.getElementById("information") information = document.getElementById("information")
backButton = document.getElementById("backButton") backButton = document.getElementById("backButton")
titleBox = document.getElementById("title") titleBox = document.getElementById("title")
fileInput = document.getElementById("fileInput")
}) })
function showInput(inputType) { function showInput(inputType) {