diff --git a/src/assets/ITThermal.js b/src/assets/ITThermal.js index 6239892..eb3c2f8 100644 --- a/src/assets/ITThermal.js +++ b/src/assets/ITThermal.js @@ -1,7 +1,7 @@ /* ITS Thermal Receipt Printer * Developed by Skylar Grant for MCCS ITS */ -const version = "1.2.7"; +const version = "1.2.8"; // ############################################################# // Variables // ############################################################# @@ -85,16 +85,9 @@ function setVersionNumber() { function tempPasswordHandler() { // Grab the form values - let username = document.getElementById('tempPwUsername').value; + const username = document.getElementById('tempPwUsername').value; const password = document.getElementById('tempPwPassword').value; - - //Going to test and see if having @mainecc.edu auto added is better or if pasting the full email instead is better. - - - - - if (password.trim() === '') { alert('Please enter a temporary password.'); return; diff --git a/src/index.html b/src/index.html index 550faf2..5fca5ad 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,7 @@