Skip to content

Commit

Permalink
Fix incorrect indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-marshall committed Mar 28, 2020
1 parent 3ea3b9b commit 7f1764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/cFIREsimOpen.js
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ var Simulation = {

$('#tabNav a[href="#' + Simulation.tabs + 'a"]').tab('show');
$('a[href="#' + Simulation.tabs + 'a"]').parent('li').show();
$('#showPreviousSimulations').show();
$('#showPreviousSimulations').show();
},
convertToCSV: function(results) { //converts a random cycle of simulation into a CSV file, for users to easily view
var csv = "";
Expand Down

0 comments on commit 7f1764f

Please sign in to comment.