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
e18963d9
Commit
e18963d9
authored
Jul 04, 2016
by
IngridHaas
Browse files
add async to the staff, collection, education script tag in index.html
parent
aadb603b
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/index.html
View file @
e18963d9
...
...
@@ -129,20 +129,20 @@
);})()
</script>
<script>
(
function
(){
$
(
"
#main-content
"
).
append
(
<script
async
>
(
function
(){
$
(
"
#main-content
"
).
append
(
$
(
"
<span>
"
).
load
(
"
visit.html
"
)
);})()
</script>
<script>
(
function
(){
$
(
"
#main-content
"
).
append
(
<script
async
>
(
function
(){
$
(
"
#main-content
"
).
append
(
$
(
"
<span>
"
).
load
(
"
staff.html
"
)
);})()
</script>
<script>
(
function
(){
$
(
"
#main-content
"
).
append
(
<script
async
>
(
function
(){
$
(
"
#main-content
"
).
append
(
$
(
"
<span>
"
).
load
(
"
WSRC.html
"
)
);})()
</script>
<script>
(
function
(){
$
(
"
#main-content
"
).
append
(
<script
async
>
(
function
(){
$
(
"
#main-content
"
).
append
(
$
(
"
<span>
"
).
load
(
"
education.html
"
)
);})()
</script>
...
...
de Sousa, Luis
@duque004
mentioned in commit
e89ddadb
·
Dec 01, 2017
mentioned in commit
e89ddadb
mentioned in commit e89ddadb54dd3f500c4e786c47db0e76c4e00189
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