diff options
author | Gô Shoemake <marrus-sh@users.noreply.github.com> | 2018-01-12 18:52:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-12 18:52:53 -0800 |
commit | 3a0b47982d3dcb16ba92e9c7e981cb2249e69eca (patch) | |
tree | 305e032f6423812fa5d4c48ed8bb5666db1b1e53 | |
parent | 9b9b7fa005c6738f18841da2990e7bf0ac643fb9 (diff) |
load public.js on vanilla#admin
-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 |