We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905414d commit c4906c0Copy full SHA for c4906c0
public/js/lib/common/constant.ejs
@@ -6,6 +6,6 @@ window.plantumlServer = '<%- plantumlServer %>'
6
7
window.allowedUploadMimeTypes = <%- JSON.stringify(allowedUploadMimeTypes) %>
8
9
-window.linkifyHeaderStyle = <%- JSON.stringify(linkifyHeaderStyle) %>
+window.linkifyHeaderStyle = '<%- linkifyHeaderStyle %>'
10
11
window.DROPBOX_APP_KEY = '<%- DROPBOX_APP_KEY %>'
0 commit comments