summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2016-10-24 13:59:35 +0200
committerSamuel Mannehed <samuel@cendio.se>2016-10-24 13:59:35 +0200
commit4770b0c311359d8b16b1a26d4c1734c975ef274e (patch)
treef8110bec456ad47993d1987b313eabe281603505
parent7d20158b4b8bdc8c6e870bda139e2cf47f83747c (diff)
downloadnovnc-4770b0c311359d8b16b1a26d4c1734c975ef274e.tar.gz
Typo fix for last commit
Commit 7d20158b4b8bdc8c6e870bda139e2cf47f83747c contained a typo
-rw-r--r--app/ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/ui.js b/app/ui.js
index 6a0d9dc..6e44492 100644
--- a/app/ui.js
+++ b/app/ui.js
@@ -1024,7 +1024,7 @@ var UI;
if (typeof msg === 'undefined') {
msg = "Password is required";
}
- Util.Warning(msg);
+ Util.Warn(msg);
UI.showStatus(msg, "warning");
},