Commit fb6165ad by Daniel Bawag

WG-93 - Disabled the fields if there are no more input files

parent 06966032
......@@ -118,6 +118,7 @@ function accessFile() {
} else if(img == null && count.result == 0 && (localStorage.length) == 2 && localStorage.getItem("submit") == 1){//no files left
// alert("No Files Left");
disableForm();
promptNoFilesLeft();
}else if (count.result == 1 && (localStorage.length) == 2 && localStorage.getItem("submit") == 1) {
......
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