mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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,
|
||||
entityIds: selection,
|
||||
}));
|
||||
|
||||
refreshFooter();
|
||||
}
|
||||
|
||||
function onRowDoubleClicked() {
|
||||
|
@ -247,8 +245,6 @@ function loaded() {
|
|||
focus: true,
|
||||
entityIds: selection,
|
||||
}));
|
||||
|
||||
refreshFooter();
|
||||
}
|
||||
|
||||
function decimalMegabytes(number) {
|
||||
|
|
Loading…
Reference in a new issue