Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
96bf25b9
Commit
96bf25b9
authored
Sep 04, 2013
by
fred
Browse files
do not load jquery ui css
parent
a8a55651
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/base.html
View file @
96bf25b9
...
...
@@ -9,7 +9,6 @@
<link
rel=
"apple-touch-icon-precomposed"
href=
"{{ STATIC_URL}}img/touch-icon.png"
>
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"http://code.jquery.com/ui/1.10.3/jquery-ui.js"
></script>
<link
rel=
"stylesheet"
href=
"http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"
/>
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/jquery.scrollTo-1.4.3.1-min.js"
></script>
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/audioPlayer.js"
></script>
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/specifics.js"
></script>
...
...
Write
Preview
Supports
Markdown
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