mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1621 from holta/osm-vector-vars
Cleaner Admin Console "Continent Picker" to download & install OSM vector maps
This commit is contained in:
commit
30a6bc5e7c
1 changed files with 11 additions and 11 deletions
|
@ -110,7 +110,7 @@ function genRegionItem(region,checkbox) {
|
||||||
html += itemId;
|
html += itemId;
|
||||||
if ( checkbox ) { html += '</input>';};
|
if ( checkbox ) { html += '</input>';};
|
||||||
html += '</label>'; // end input
|
html += '</label>'; // end input
|
||||||
html += ' Size: ' + readableSize(ksize);
|
html += ' ' + readableSize(ksize);
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
//console.log(html);
|
//console.log(html);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue