Commit 622c1cd8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

Fix typo

parent 0d6d0f2f
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
function setStatus (_status, message) { function setStatus (_status, message) {
if (_status === STATUS_NONE) { if (_status === STATUS_NONE) {
hideNotice(); clearNotice();
} else { } else {
var noticeType, fieldType; var noticeType, fieldType;
switch (_status) { switch (_status) {
......
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