|
|
@ -22,7 +22,7 @@ class ConfigEditor extends Popup { |
|
|
|
let id='cfgInput-'+(lastCEId++)+'-'+key.replace(/\./g, '-'); |
|
|
|
let id='cfgInput-'+(lastCEId++)+'-'+key.replace(/\./g, '-'); |
|
|
|
let label=span.appendChild(document.createElement('label')); |
|
|
|
let label=span.appendChild(document.createElement('label')); |
|
|
|
label.innerText=data.name; |
|
|
|
label.innerText=data.name; |
|
|
|
label.title=key; |
|
|
|
if(config.getB('debug')) label.title=key; |
|
|
|
|
|
|
|
|
|
|
|
let input; |
|
|
|
let input; |
|
|
|
if(data.type=='boolean') { |
|
|
|
if(data.type=='boolean') { |
|
|
|