fix historic trace quirks

This commit is contained in:
Matthias Wirth
2021-03-23 13:00:51 +01:00
parent 6bb876d75e
commit 36f764c4e6

View File

@@ -4948,6 +4948,7 @@ function shiftTrace(offset) {
$('#leg_sel').text('Slow down! ...');
return;
}
traceOpts = { follow: traceOpts.follow, };
$('#leg_sel').text('Loading ...');
if (!traceDate || offset == "today") {
traceDate = new Date();