Fix document.write of script-tag
This commit is contained in:
parent
9c6831d2ae
commit
4fbcd6439d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||||
<script>window.jQuery || document.write('{% javascript vendor/jquery-1.9.1.js %}')</script>
|
<script>window.jQuery || document.write('<script src="{% asset_path vendor/jquery-1.9.1.js %}"><\/script>')</script>
|
||||||
{% javascript app %}
|
{% javascript app %}
|
||||||
{% if site.google_analytics %}
|
{% if site.google_analytics %}
|
||||||
<!-- Asynchronous Google Analytics snippet -->
|
<!-- Asynchronous Google Analytics snippet -->
|
||||||
|
|
Loading…
Reference in a new issue