Fix history loading if receiver.json says history:0

This commit is contained in:
Oliver Jowett 2015-01-25 21:54:40 +00:00
parent 02f07ac7bf
commit 4dbedecc1e

View file

@ -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();
} }
} }