diff options
author | Sheogorath | 2019-10-23 21:18:57 +0200 |
---|---|---|
committer | GitHub | 2019-10-23 21:18:57 +0200 |
commit | 7a27579589a739e66edc08528c20d32e7a9d7aaf (patch) | |
tree | ca04f1debba564b36e89fd37b63a2e1bdc61e97a /public/js/lib | |
parent | 3db757754f02ecd874b4750ee2f7d735222ce641 (diff) | |
parent | e654ca8a3130108a6616131e35524d8f50d80ed0 (diff) |
Merge pull request #205 from hoijui/linkifyHeaderStyle
Allow to generate lower case header references through the config
Diffstat (limited to 'public/js/lib')
-rw-r--r-- | public/js/lib/common/constant.ejs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/js/lib/common/constant.ejs b/public/js/lib/common/constant.ejs index a94b815e..bbcb8c7a 100644 --- a/public/js/lib/common/constant.ejs +++ b/public/js/lib/common/constant.ejs @@ -5,4 +5,6 @@ window.version = '<%- version %>' window.allowedUploadMimeTypes = <%- JSON.stringify(allowedUploadMimeTypes) %> +window.linkifyHeaderStyle = <%- JSON.stringify(linkifyHeaderStyle) %> + window.DROPBOX_APP_KEY = '<%- DROPBOX_APP_KEY %>' |