about summary refs log tree commit diff
path: root/app/javascript/flavours/vanilla/theme.yml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-02-11 23:53:35 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-02-12 00:10:28 +0100
commit28ec7def5869ff1a85f49a070b9575c166a432ee (patch)
treec73f617d6cba880f0580a6c0ec3dd0b1e4c487f5 /app/javascript/flavours/vanilla/theme.yml
parentf3b9a2b590147c8b383b9db7e46684e89d74ad69 (diff)
Fix missing javascript in some admin pages
Diffstat (limited to 'app/javascript/flavours/vanilla/theme.yml')
-rw-r--r--app/javascript/flavours/vanilla/theme.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/javascript/flavours/vanilla/theme.yml b/app/javascript/flavours/vanilla/theme.yml
index 3263fd7d4..9173d4ec9 100644
--- a/app/javascript/flavours/vanilla/theme.yml
+++ b/app/javascript/flavours/vanilla/theme.yml
@@ -1,7 +1,9 @@
 #  (REQUIRED) The location of the pack files inside `pack_directory`.
 pack:
   about: about.js
-  admin: admin.js
+  admin:
+    - admin.js
+    - public.js
   auth: public.js
   common:
     filename: common.js