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
aadb603b
Commit
aadb603b
authored
Jul 04, 2016
by
IngridHaas
Browse files
remove async from <script> for visits, staff, collection and education
parent
e62d372d
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/index.html
View file @
aadb603b
...
...
@@ -129,20 +129,20 @@
);})()
</script>
<script
async
>
(
function
(){
$
(
"
#main-content
"
).
append
(
<script>
(
function
(){
$
(
"
#main-content
"
).
append
(
$
(
"
<span>
"
).
load
(
"
visit.html
"
)
);})()
</script>
<script
async
>
(
function
(){
$
(
"
#main-content
"
).
append
(
<script>
(
function
(){
$
(
"
#main-content
"
).
append
(
$
(
"
<span>
"
).
load
(
"
staff.html
"
)
);})()
</script>
<script
async
>
(
function
(){
$
(
"
#main-content
"
).
append
(
<script>
(
function
(){
$
(
"
#main-content
"
).
append
(
$
(
"
<span>
"
).
load
(
"
WSRC.html
"
)
);})()
</script>
<script
async
>
(
function
(){
$
(
"
#main-content
"
).
append
(
<script>
(
function
(){
$
(
"
#main-content
"
).
append
(
$
(
"
<span>
"
).
load
(
"
education.html
"
)
);})()
</script>
...
...
www/left-sidebar.html
View file @
aadb603b
...
...
@@ -26,7 +26,7 @@
<!-- IE bug -->
<li
id=
"menu-item-fake"
class=
"menu-item scroll"
style=
"display:none"
><a
href=
"#intro"
>
Intro
</a></li>
<li
id=
"menu-item-visit"
class=
"menu-item scroll"
><a
href=
"#visit"
>
Visits
</a></li>
<li
id=
"menu-item-staff"
class=
"menu-item scroll"
><a
href=
"#staff"
>
Staff
</a></li>
<li
id=
"menu-item-staff"
class=
"menu-item scroll"
><a
href=
"#staff"
>
Staff
</a></li>
<li
id=
"menu-item-WSRC"
class=
"menu-item scroll"
><a
href=
"#WSRC"
>
Collection
</a></li>
<li
id=
"menu-item-education"
class=
"menu-item scroll"
><a
href=
"#education"
>
Education
</a></li>
<li
id=
"menu-item-google"
class=
"menu-item scroll hidden-xs"
><a
href=
"#tourGoogle"
>
Virtual Tour
</a></li>
...
...
de Sousa, Luis
@duque004
mentioned in commit
8a98770a
·
Dec 01, 2017
mentioned in commit
8a98770a
mentioned in commit 8a98770a8a4c9d46116050b2a2127acf78fef5ae
Toggle commit list
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