We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f7881 commit f868ca9Copy full SHA for f868ca9
tools/make_site.js
@@ -87,6 +87,8 @@ function main() {
87
for (var i = 1; i < arguments.length; i++) {
88
if (typeof arguments[i] == "number") {
89
outdiv.innerText += num2hanzi(arguments[i]);
90
+ } else if (typeof arguments[i] == "boolean") {
91
+ outdiv.innerText += bool2hanzi(arguments[i]);
92
} else {
93
outdiv.innerText += arguments[i];
94
}
0 commit comments