Commit d1eff105 by Jorem Magcawas

commit latest

parent 9064ccc1
...@@ -27,7 +27,7 @@ function validateForm() { ...@@ -27,7 +27,7 @@ function validateForm() {
if(windowWidth <= reqWindowWidth && windowHeight <= reqWindowHeight && browser == reqBrowser){ if(windowWidth >= reqWindowWidth && windowHeight >= reqWindowHeight && browser == reqBrowser){
for (let i = 0; i < credObj.length; i++) { for (let i = 0; i < credObj.length; i++) {
// console.log(credObj[i].username + " " + credObj[i].password); // console.log(credObj[i].username + " " + credObj[i].password);
if ((un == credObj[i].username) && (pw == credObj[i].password)) { if ((un == credObj[i].username) && (pw == credObj[i].password)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment