Fix typo error
This commit is contained in:
parent
e9418af88b
commit
403ba53980
@ -708,7 +708,7 @@ define([
|
||||
default:
|
||||
msg = undefined;
|
||||
}
|
||||
if (!msg} {
|
||||
if (!msg) {
|
||||
$box.hide();
|
||||
} else {
|
||||
$box.text(msg);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user