Skip to content

Commit

Permalink
fix some traceOpts related errors when exiting showTrace mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Mar 18, 2021
1 parent 3f88a0c commit fe420e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4829,6 +4829,7 @@ function toggleShowTrace() {
shiftTrace();
} else {
showTrace = false;
traceOpts = {};
fetchData();
legSel = -1;
$('#leg_sel').text('Legs: All');
Expand Down

0 comments on commit fe420e9

Please sign in to comment.