refactor overrides.js
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ function checkLoc() {
|
|||||||
var sUsr = document.getElementById("txtTRG_User").value;
|
var sUsr = document.getElementById("txtTRG_User").value;
|
||||||
if (sLoc.length == 0) {
|
if (sLoc.length == 0) {
|
||||||
alert("You need to enter a location.");
|
alert("You need to enter a location.");
|
||||||
document.all["txtTRG_Loc"].focus();
|
sLoc.focus();
|
||||||
} else {
|
} else {
|
||||||
if (sUsr.length == 0) {
|
if (sUsr.length == 0) {
|
||||||
//alert("We suck at writing proper code.");
|
//alert("We suck at writing proper code.");
|
||||||
|
|||||||
Reference in New Issue
Block a user