diff --git a/index.html b/index.html
index 5825979..f545415 100644
--- a/index.html
+++ b/index.html
@@ -304,7 +304,7 @@
The Crowdsourced FIRE Simulator (cFIREsim) - Open Source
Run Simulation
-
+ Show Previous Simulations
diff --git a/js/cFIREsimOpen.js b/js/cFIREsimOpen.js
index 6ed1123..ece6f4d 100644
--- a/js/cFIREsimOpen.js
+++ b/js/cFIREsimOpen.js
@@ -757,6 +757,7 @@ var Simulation = {
$('#tabNav a[href="#' + Simulation.tabs + 'a"]').tab('show');
$('a[href="#' + Simulation.tabs + 'a"]').parent('li').show();
+ $('#showPreviousSimulations').show();
},
convertToCSV: function(results) { //converts a random cycle of simulation into a CSV file, for users to easily view
var csv = "";