Fix history loading if receiver.json says history:0
This commit is contained in:
parent
02f07ac7bf
commit
4dbedecc1e
|
@ -214,7 +214,7 @@ function start_load_history() {
|
||||||
console.log("Starting to load history (" + PositionHistorySize + " items)");
|
console.log("Starting to load history (" + PositionHistorySize + " items)");
|
||||||
load_history_item(0);
|
load_history_item(0);
|
||||||
} else {
|
} else {
|
||||||
endLoadHistory();
|
end_load_history();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue