diff options
author | Sheogorath | 2019-12-03 14:40:00 +0100 |
---|---|---|
committer | GitHub | 2019-12-03 14:40:00 +0100 |
commit | 33150b79c7a4c3ba456afdadb31c709b3be18980 (patch) | |
tree | e8f4be1a385a70336830e1851ab86d7d9fb686a5 /public/js/lib/common | |
parent | 2ddec15af8e77fcad85e62ee8c0b6eccefc52405 (diff) | |
parent | ad1a2fb19c842ea5e4cb46a24989ce95b2041902 (diff) |
Merge pull request #218 from hoijui/linkifyHeaderStyle
Linkify header style
Diffstat (limited to 'public/js/lib/common')
-rw-r--r-- | public/js/lib/common/constant.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/lib/common/constant.ejs b/public/js/lib/common/constant.ejs index bbcb8c7a..114a9077 100644 --- a/public/js/lib/common/constant.ejs +++ b/public/js/lib/common/constant.ejs @@ -5,6 +5,6 @@ window.version = '<%- version %>' window.allowedUploadMimeTypes = <%- JSON.stringify(allowedUploadMimeTypes) %> -window.linkifyHeaderStyle = <%- JSON.stringify(linkifyHeaderStyle) %> +window.linkifyHeaderStyle = '<%- linkifyHeaderStyle %>' window.DROPBOX_APP_KEY = '<%- DROPBOX_APP_KEY %>' |