Clear the show select before populating it
This commit is contained in:
parent
82922b3241
commit
9340a75e7c
@ -367,6 +367,11 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ensure the series select is empty
|
||||||
|
while (selectShow.options.length > 0) {
|
||||||
|
selectShow.remove(0);
|
||||||
|
}
|
||||||
|
|
||||||
Dashboard.showLoadingMsg();
|
Dashboard.showLoadingMsg();
|
||||||
|
|
||||||
shows = await getJson("Intros/Shows");
|
shows = await getJson("Intros/Shows");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user