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:
parent
2f557a5032
commit
d48bbee328
1 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue