diff options
Diffstat (limited to 'html/install.js')
-rw-r--r-- | html/install.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/install.js b/html/install.js index 5fcf879..82df661 100644 --- a/html/install.js +++ b/html/install.js @@ -49,8 +49,8 @@ #FROM html/DOM_helpers.js IMPORT clone_template, Showable #FROM common/entities.js IMPORT item_id_string, version_string, get_files #FROM common/misc.js IMPORT sha256_async AS compute_sha256 -#FROM common/jsonschema.js IMPORT haketilo_validator, haketilo_schemas, \ - haketilo_schema_name_regex +#FROM common/jsonschema.js IMPORT haketilo_validator, haketilo_schemas +#FROM common/entities.js IMPORT haketilo_schema_name_regex #FROM html/repo_query_cacher_client.js IMPORT indirect_fetch |