Commit 8295114a authored by minseok.park's avatar minseok.park

changing the html2canvas.min.js loading order

parent 793b24a8
<script id="site-script" src="{{{uiRootPath}}}/js/site.js" data-ui-root-path="{{{uiRootPath}}}"></script> <script id="site-script" src="{{{uiRootPath}}}/js/site.js" data-ui-root-path="{{{uiRootPath}}}"></script>
<script async src="{{{uiRootPath}}}/js/vendor/html2canvas.min.js"></script> <script async src="{{{uiRootPath}}}/js/vendor/html2canvas.min.js"></script>
<script async src="{{{uiRootPath}}}/js/vendor/highlight.js"></script>
{{#if env.SITE_SEARCH_PROVIDER}} {{#if env.SITE_SEARCH_PROVIDER}}
{{> search-scripts}} {{> search-scripts}}
{{/if}} {{/if}}
{{!-- Add header scripts here --}} {{!-- Add header scripts here --}}
<script async src="{{{uiRootPath}}}/js/vendor/highlight.js"></script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment