refactor overrides.js

This commit is contained in:
2023-06-07 09:07:54 -04:00
parent ab518bd281
commit 70c0facad3
+1 -1
View File
@@ -7,7 +7,7 @@ function checkLoc() {
var sUsr = document.getElementById("txtTRG_User").value;
if (sLoc.length == 0) {
alert("You need to enter a location.");
document.all["txtTRG_Loc"].focus();
sLoc.focus();
} else {
if (sUsr.length == 0) {
//alert("We suck at writing proper code.");