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
ISRIC
wsm.rest
Commits
9158e914
Commit
9158e914
authored
May 19, 2016
by
Jorge Samuel Mendes de Jesus
Browse files
Final fix with async in JS for proper render of website
parent
7d19ceb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/index.html
View file @
9158e914
...
...
@@ -5,8 +5,8 @@
<title>
World Soil Museum
</title>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"./assets/isric_icon.ico"
>
<!--
<link rel="preload" href="./images/background/bg5.jpg">
-->
<!-- <link rel="preload" href="./images/background/bg1.jpg"> -->
<link
rel=
"preload"
href=
"./images/background/bg5.jpg"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://fonts.googleapis.com/css?family=Asap"
>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
/>
...
...
@@ -218,27 +218,27 @@
<script
async
src=
"assets/bootstrap/js/bootstrap.min.js"
></script>
<!-- Easing - for transitions and effects -->
<script
async
src=
"assets/js/jquery.easing.1.3.js"
></script>
<script
src=
"assets/js/jquery.easing.1.3.js"
></script>
<!-- background image strech script -->
<script
async
src=
"assets/js/vegas/jquery.vegas.min.js"
></script>
<script
src=
"assets/js/vegas/jquery.vegas.min.js"
></script>
<!-- detect mobile browsers -->
<script
async
src=
"assets/js/detectmobilebrowser.js"
></script>
<script
src=
"assets/js/detectmobilebrowser.js"
></script>
<!-- detect scrolling -->
<script
async
src=
"assets/js/jquery.scrollstop.min.js"
></script>
<script
src=
"assets/js/jquery.scrollstop.min.js"
></script>
<script
async
src=
"assets/js/lightbox/lightbox.min.js"
></script>
<script
src=
"assets/js/lightbox/lightbox.min.js"
></script>
<!-- owl carousel js -->
<script
async
src=
"assets/js/owl-carousel/owl.carousel.min.js"
></script>
<!-- asycn each for gallery -->
<script
async
src=
"assets/js/jquery.async.js"
></script>
<!-- intro animations -->
<script
async
src=
"assets/js/wow/wow.min.js"
></script>
<script
src=
"assets/js/wow/wow.min.js"
></script>
<!-- responsive videos -->
<script
async
src=
"assets/js/jquery.fitvids.js"
></script>
<script
src=
"assets/js/jquery.fitvids.js"
></script>
<!-- Custom functions for this theme -->
<script
src=
"assets/js/functions.js"
></script>
<script
src=
"assets/js/initialise-functions.js"
></script>
<script
src=
"assets/js/initialise-functions.js"
></script>
</html>
\ No newline at end of file
de Sousa, Luis
@duque004
mentioned in commit
f64baddd
·
Dec 01, 2017
mentioned in commit
f64baddd
mentioned in commit f64baddd1e03728e6853a81fa47d6ffaf850ae1e
Toggle commit list
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