|
|
@ -57,7 +57,6 @@ function selectsource(input) { |
|
|
|
let listMyVar = listMyVarKeys(); |
|
|
|
let listMyVar = listMyVarKeys(); |
|
|
|
listMyVar.forEach(it=>{ |
|
|
|
listMyVar.forEach(it=>{ |
|
|
|
if(!/^SrcJu_|initConfig/.test(it)){ |
|
|
|
if(!/^SrcJu_|initConfig/.test(it)){ |
|
|
|
log(it); |
|
|
|
|
|
|
|
clearMyVar(it); |
|
|
|
clearMyVar(it); |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|