Skip to content

Commit

Permalink
Update orig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ceryslewis authored Nov 13, 2024
1 parent 91abf60 commit 8ec0e33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/orig.js
Original file line number Diff line number Diff line change
Expand Up @@ -1442,12 +1442,11 @@ function getCurrentDisplayInfo(){
});

}

timeSeriesDisplay(leeMarstonDataURL, traceOptions);

$(document).ready(function(){

timeSeriesDisplay(leeMarstonDataURL, traceOptions);


$('.mapbox-gl-draw_ctrl-draw-btn').on("mousedown", function() {
draw.deleteAll();
$('#avg-eff').text('-');
Expand Down

0 comments on commit 8ec0e33

Please sign in to comment.