This commit is contained in:
Azareal 2020-03-06 21:06:44 +10:00
parent 24eb9f287c
commit 1a17190a2d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ function addInitHook(name, h) {
// Temporary hack for templates
function len(it) {
return item.length;
return it.length;
}
function asyncGetScript(src) {