1
0
Fork 0
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:
A Holt 2019-04-28 01:07:57 -04:00 committed by GitHub
commit 30a6bc5e7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ function genRegionItem(region,checkbox) {
html += itemId;
if ( checkbox ) { html += '</input>';};
html += '</label>'; // end input
html += ' Size: ' + readableSize(ksize);
html += ' ' + readableSize(ksize);
html += '</div>';
//console.log(html);