Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gabriel Silva Vinha
codespeed
Commits
bbebb3af
Commit
bbebb3af
authored
Nov 11, 2017
by
Miquel Torres
Browse files
Fix jquery.address static url
parent
5a3013c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
codespeed/templates/codespeed/timeline.html
View file @
bbebb3af
...
...
@@ -109,7 +109,7 @@
{% block extra_body %}
{{ block.super }}
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="{% static 'js/jqplot/excanvas.min.js' %}"></script><![endif]-->
<script
type=
"text/javascript"
src=
"{% static 'js/jquery.address-1.6.min.js?autoUpdate=0
' %}
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/jquery.address-1.6.min.js
' %}
?autoUpdate=0"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/jqplot/jquery.jqplot.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/jqplot/jqplot.cursor.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/jqplot/jqplot.highlighter.min.js' %}"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment