Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fordecyt_2019
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rodrigo Tapia-McClung
fordecyt_2019
Commits
f816c9f8
Commit
f816c9f8
authored
Mar 20, 2021
by
Rodrigo Tapia-McClung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor cleanup
parent
fbd19b59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
index.html
public/centropais/index.html
+4
-5
No files found.
public/centropais/index.html
View file @
f816c9f8
...
...
@@ -194,7 +194,7 @@
<script>
$
(
"#showFlows"
).
on
(
"click"
,
()
=>
{
[
"../js/centropais_functions.js"
,
"../js/centropais_basemap.js"
,
"../js/centropais_charts.js"
].
forEach
(
src
=>
{
let
script
=
document
.
createElement
(
'script'
);
let
script
=
document
.
createElement
(
"script"
);
script
.
src
=
src
;
script
.
async
=
false
;
document
.
body
.
appendChild
(
script
);
...
...
@@ -203,7 +203,7 @@
$
(
"#showUrban"
).
on
(
"click"
,
()
=>
{
[
"../js/evolucion_urbana.js"
,
"../js/evolucion_urbana_charts.js"
].
forEach
(
src
=>
{
let
script
=
document
.
createElement
(
'script'
);
let
script
=
document
.
createElement
(
"script"
);
script
.
src
=
src
;
script
.
async
=
false
;
document
.
body
.
appendChild
(
script
);
...
...
@@ -212,9 +212,8 @@
$
(
"#showPeriurban"
).
on
(
"click"
,
()
=>
{
[
"../js/centropais_periurbano.js"
,
"../js/centropais_periurbano_charts.js"
].
forEach
(
src
=>
{
let
script
=
document
.
createElement
(
'script'
);
//let script = document.createElement('script');
script
.
src
=
src
;
//"../js/centropais_periurbano.js";
let
script
=
document
.
createElement
(
"script"
);
script
.
src
=
src
;
script
.
async
=
false
;
document
.
body
.
appendChild
(
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