diff --git a/html/script.js b/html/script.js
index 0ab97cb..7501c50 100644
--- a/html/script.js
+++ b/html/script.js
@@ -1869,7 +1869,7 @@ function refreshTableInfo() {
tableplane.showInTable = true;
}
- if (!sidebarVisible || (nTablePlanes > globeTableLimit && mapIsVisible)) {
+ if (!sidebarVisible || (nTablePlanes > globeTableLimit && mapIsVisible && globeIndex)) {
tableplane.showInTable = false;
continue;
}