mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:57:23 +02:00
remove duplicate calls to refresh footer
This commit is contained in:
parent
8e1cfb5a06
commit
5f35a32480
1 changed files with 0 additions and 4 deletions
|
@ -234,8 +234,6 @@ function loaded() {
|
||||||
focus: false,
|
focus: false,
|
||||||
entityIds: selection,
|
entityIds: selection,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
refreshFooter();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function onRowDoubleClicked() {
|
function onRowDoubleClicked() {
|
||||||
|
@ -247,8 +245,6 @@ function loaded() {
|
||||||
focus: true,
|
focus: true,
|
||||||
entityIds: selection,
|
entityIds: selection,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
refreshFooter();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function decimalMegabytes(number) {
|
function decimalMegabytes(number) {
|
||||||
|
|
Loading…
Reference in a new issue