diff options
author | beatrix <beatrix.bitrot@gmail.com> | 2018-01-12 23:52:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-12 23:52:41 -0500 |
commit | 9526aababc3232e4e10d4c7cbb6e357a4b3e5431 (patch) | |
tree | 305e032f6423812fa5d4c48ed8bb5666db1b1e53 /app/javascript/flavours/vanilla/theme.yml | |
parent | 0210e5975913b245c50f57606b234ed773e47220 (diff) | |
parent | 3a0b47982d3dcb16ba92e9c7e981cb2249e69eca (diff) |
Merge pull request #324 from glitch-soc/load-public-on-admin
Load public javascripts on admin pages
Diffstat (limited to 'app/javascript/flavours/vanilla/theme.yml')
-rw-r--r-- | app/javascript/flavours/vanilla/theme.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/vanilla/theme.yml b/app/javascript/flavours/vanilla/theme.yml index 0b27c31bb..6f6a32c37 100644 --- a/app/javascript/flavours/vanilla/theme.yml +++ b/app/javascript/flavours/vanilla/theme.yml @@ -1,7 +1,7 @@ # (REQUIRED) The location of the pack files inside `pack_directory`. pack: about: about.js - admin: + admin: public.js auth: common: filename: common.js |