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
2 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Log message
parent
301ee804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/eu/simstadt/regionchooser/website/script/simstadt_openlayers.js
+1
-1
...stadt/regionchooser/website/script/simstadt_openlayers.js
with
1 addition
and
1 deletion
+1
-1
src/main/resources/eu/simstadt/regionchooser/website/script/simstadt_openlayers.js
+
1
-
1
View file @
540e20e2
...
@@ -246,7 +246,7 @@ const regionChooser = (function(){
...
@@ -246,7 +246,7 @@ const regionChooser = (function(){
publicScope
.
downloadStart
=
function
(){
publicScope
.
downloadStart
=
function
(){
document
.
getElementById
(
"
download_region_button
"
).
disabled
=
true
;
document
.
getElementById
(
"
download_region_button
"
).
disabled
=
true
;
document
.
documentElement
.
className
=
'
wait
'
;
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
){
publicScope
.
downloadFinished
=
function
(
count
){
...
...
This diff is collapsed.
Click to expand it.
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