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
09451f9f
Commit
09451f9f
authored
Jul 05, 2016
by
IngridHaas
Browse files
add async again
parent
5d427492
Changes
1
Show whitespace changes
Inline
Side-by-side
www/index.html
View file @
09451f9f
...
...
@@ -123,7 +123,7 @@
- remember to use a unique id,
- (optional) set a "data-custom-background-img" attribute with a link to custom background image which will be used when the viewer scrolls to this section -->
<script>
(
function
(){
$
(
"
#main-content
"
).
append
(
<script
async
>
(
function
(){
$
(
"
#main-content
"
).
append
(
$
(
"
<span>
"
).
load
(
"
intro.html
"
)
);})()
...
...
@@ -133,12 +133,12 @@
$
(
"
<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>
...
...
de Sousa, Luis
@duque004
mentioned in commit
8f2228ce
·
Dec 01, 2017
mentioned in commit
8f2228ce
mentioned in commit 8f2228ce649cf2f407160e7522f225cecdf4d5ec
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