diff options
author | Sheogorath | 2018-06-18 01:24:53 +0200 |
---|---|---|
committer | Sheogorath | 2018-06-18 01:26:11 +0200 |
commit | ed5353d13ad1fe5dfa18f6e0936bcafa77ea0a73 (patch) | |
tree | 7f8fcf58ccd7759081fe24487c5810ec3e388ac4 /public/views/index | |
parent | 4fcefebe5c968aaed6c770896ce90e2a62992aab (diff) |
Move polyfill to CDN section
We don't support it on CDN false instances, but it doesn't hurt to keep
it in for CDN-enabled instances
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'public/views/index')
-rw-r--r-- | public/views/index/head.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/index/head.ejs b/public/views/index/head.ejs index bbd14567..e43c57d4 100644 --- a/public/views/index/head.ejs +++ b/public/views/index/head.ejs @@ -16,7 +16,7 @@ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2.min.css" integrity="sha256-ijlUKKj3hJCiiT2HWo1kqkI79NTEYpzOsw5Rs3k42dI=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2-bootstrap.min.css" integrity="sha256-NAWFcNIZdH+TS1xpWujF/EB/Y8gwBbEOCoaK/eqaer8=" crossorigin="anonymous" /> <%- include ../build/cover-header %> +<%- include ../shared/polyfill %> <% } else { %> <%- include ../build/cover-pack-header %> <% } %> -<%- include ../shared/polyfill %>
\ No newline at end of file |