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