|
|
|
@ -182,7 +182,7 @@ function selectSource() { |
|
|
|
|
return vname; |
|
|
|
|
}); |
|
|
|
|
let spen = 3; |
|
|
|
|
|
|
|
|
|
let inputBox; |
|
|
|
|
let pop = hikerPop.selectBottomRes({ |
|
|
|
|
options: names, |
|
|
|
|
columns: spen, |
|
|
|
@ -321,6 +321,3 @@ function colorTitle(title, Color) { |
|
|
|
|
return '<font color="' + Color + '">' + title + '</font>'; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|