Fix missing javascript in some admin pages

master
Claire 2022-02-11 23:53:35 +01:00
parent f3b9a2b590
commit 28ec7def58
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# (REQUIRED) The location of the pack files. # (REQUIRED) The location of the pack files.
pack: pack:
about: packs/about.js about: packs/about.js
admin: packs/admin.js admin:
- packs/admin.js
- packs/public.js
auth: packs/public.js auth: packs/public.js
common: common:
filename: packs/common.js filename: packs/common.js

View File

@ -1,7 +1,9 @@
# (REQUIRED) The location of the pack files inside `pack_directory`. # (REQUIRED) The location of the pack files inside `pack_directory`.
pack: pack:
about: about.js about: about.js
admin: admin.js admin:
- admin.js
- public.js
auth: public.js auth: public.js
common: common:
filename: common.js filename: common.js