mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-06 08:45:32 +00:00
minor changes
This commit is contained in:
@@ -486,13 +486,13 @@ function login(username, password) {
|
||||
}
|
||||
|
||||
if ((username === null) || (username === "")) {
|
||||
showAlert("warning", "Missing!", "Please enter username.");
|
||||
showAlert("warning", "Missing!", "Please enter an username.");
|
||||
$("#txtUser").focus();
|
||||
return false;
|
||||
}
|
||||
|
||||
if ((password === null) || (password === "")) {
|
||||
showAlert("warning", "Missing!", "Please enter password.");
|
||||
showAlert("warning", "Missing!", "Please enter a password.");
|
||||
$("#txtPass").focus();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user