diff --git a/html/script.js b/html/script.js
index caad16e..904d9a9 100644
--- a/html/script.js
+++ b/html/script.js
@@ -1093,7 +1093,7 @@ function initPage() {
// Set page basics
document.title = PageName;
- initializeUnitsSelector;
+ initializeUnitsSelector();
TAR.planeMan.init();
if (loStore['sidebar_width'] != null)
@@ -3857,10 +3857,8 @@ function refreshFeatures() {
activeCols.push(col);
}
}
- if (!initialize) {
- for (let i = 0; i < g.planesOrdered.length; ++i) {
- g.planesOrdered[i].destroyTR();
- }
+ for (let i = 0; i < g.planesOrdered.length; ++i) {
+ g.planesOrdered[i].destroyTR();
}
let table = '';
table += '