Fix typo error

pull/1/head
yflory 8 years ago
parent e9418af88b
commit 403ba53980

@ -708,7 +708,7 @@ define([
default:
msg = undefined;
}
if (!msg} {
if (!msg) {
$box.hide();
} else {
$box.text(msg);

Loading…
Cancel
Save