1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

'continent picker' UX cleaner

This commit is contained in:
A Holt 2019-04-28 01:04:36 -04:00 committed by GitHub
parent 2f557a5032
commit d48bbee328
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);