minor html and JS fixes
* avoid implicit creation of global vars * removed stray </small> * fix assignment with undefined variables
This commit is contained in:
@@ -288,7 +288,7 @@ function generateSegmentOptions(array) {
|
||||
|
||||
// Get segments from device
|
||||
async function getSegments() {
|
||||
cv = gurl.value;
|
||||
const cv = gurl.value;
|
||||
if (cv.length > 0 ){
|
||||
try {
|
||||
var arr = [];
|
||||
|
||||
Reference in New Issue
Block a user