Removed useless variable that leads nowhere
This commit is contained in:
parent
7a7dc61f07
commit
fd7e5274e9
|
@ -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) {
|
||||
|
|
Reference in New Issue