diff --git a/scripts/system/html/js/entityList.js b/scripts/system/html/js/entityList.js
index 55871533e2..62c8d6ca6f 100644
--- a/scripts/system/html/js/entityList.js
+++ b/scripts/system/html/js/entityList.js
@@ -234,8 +234,6 @@ function loaded() {
focus: false,
entityIds: selection,
}));
-
- refreshFooter();
}
function onRowDoubleClicked() {
@@ -247,8 +245,6 @@ function loaded() {
focus: true,
entityIds: selection,
}));
-
- refreshFooter();
}
function decimalMegabytes(number) {