Skip to content

Commit

Permalink
Jquery nur noch optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Hartenstein committed May 17, 2018
1 parent 2f2955a commit 34f84b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion _includes/footer-assets.html
@@ -1 +0,0 @@
<script type='text/javascript' src='{{ site.baseurl }}/vendor/jquery-1.12.4.min.js'></script>
3 changes: 3 additions & 0 deletions _includes/header-assets.html
Expand Up @@ -6,6 +6,9 @@
{% if lib == "underscore" %}
<script src="{{ site.baseurl }}/vendor/underscore.js"></script>
{% endif %}
{% if lib == "jquery" %}
<script src="{{ site.baseurl }}/vendor/jquery-1.12.4.min.js"></script>
{% endif %}
{% if lib == "mermaid" %}
<script src="{{ site.baseurl }}/vendor/mermaid.slim.min.js"></script>
<link rel='stylesheet' id='mermaid-css' href='{{ site.baseurl }}/vendor/mermaid.css' type='text/css' media='all' />
Expand Down

0 comments on commit 34f84b7

Please sign in to comment.