Skip to content

Commit 7b2cf1c

Browse files
committed
fix 因为样式问题导致的edit页面可能的错误跳转
1 parent 9b3e29e commit 7b2cf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
return;
3232
}
3333
var version = getVersion();
34-
var versionText = version ? "" + version : "";
34+
var versionText = version ? "" + version : " ";
3535
$('#version').html(versionText);
3636
}
3737

0 commit comments

Comments
 (0)