Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
540e20e2
Commit
540e20e2
authored
Oct 19, 2022
by
Eric Duminil
Browse files
Log message
parent
301ee804
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/eu/simstadt/regionchooser/website/script/simstadt_openlayers.js
View file @
540e20e2
...
...
@@ -246,7 +246,7 @@ const regionChooser = (function(){
publicScope
.
downloadStart
=
function
(){
document
.
getElementById
(
"
download_region_button
"
).
disabled
=
true
;
document
.
documentElement
.
className
=
'
wait
'
;
dataPanel
.
prepend
(
"
<h2 id='download_start' class='ok'>
Starting to extract
region...</h2><br/>
\n
"
);
dataPanel
.
prepend
(
"
<h2 id='download_start' class='ok'>
Extracting
region...</h2><br/>
\n
"
);
}
publicScope
.
downloadFinished
=
function
(
count
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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