Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
guiHive
Commits
3418a33e
Commit
3418a33e
authored
Dec 13, 2016
by
Matthieu Muffato
Browse files
We can make the server work without an internet connection since all the libraries are cached
parent
7222fdb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.html
index.html
+3
-3
No files found.
index.html
View file @
3418a33e
...
...
@@ -9,9 +9,9 @@
<link
rel=
"stylesheet"
href=
"./styles/main.css"
type=
"text/css"
/>
<!-- JS CODE -->
<!--
Remote
JQuery -->
<script
src=
"
http://ajax.googleapis.com/ajax/libs/jquery/1.9.1
/jquery.min.js"
></script>
<script
src=
"
http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1
/jquery-ui.min.js"
></script>
<!--
Local
JQuery -->
<script
src=
"
./lib
/jquery.min.js"
></script>
<!-- 1.9.1 -->
<script
src=
"
./lib
/jquery-ui.min.js"
></script>
<!-- 1.10.1 -->
<!-- Local JQuery-URL-Parser -->
<script
src=
"./lib/jQuery-URL-Parser/purl.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