mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Move jquery libraries into a subfolder
This commit is contained in:
parent
41195a982d
commit
4b950cf928
8 changed files with 12 additions and 12 deletions
|
@ -65,6 +65,6 @@ breadcrumbs:
|
|||
{% endcapture %}
|
||||
{{ markdown_content | markdownify }}{% comment %}Why is this hack necessary? I don't get why this template can't be natively rendered as markdown like the releases template.{% endcomment %}
|
||||
|
||||
<script src="/js/jquery-1.11.2.min.js"></script>
|
||||
<script src="/js/jquery-ui.min.js"></script>
|
||||
<script src="/js/jquery/jquery-1.11.2.min.js"></script>
|
||||
<script src="/js/jquery/jquery-ui.min.js"></script>
|
||||
<script src="/js/devsearch.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue