remove duplicate calls to refresh footer

This commit is contained in:
Thijs Wenker 2018-10-22 23:09:41 +02:00
parent 8e1cfb5a06
commit 5f35a32480

View file

@ -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) {