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