Displaying differences for changeset
 
display as  

src/moplay/templates/index.html

@@ -36,7 +36,7 @@
             <div class="param-row">
                 <div>
                     <button id="new-code" onclick="if (confirm('Save Current?')) saveCode(); window.location.href = '/';" class="button-type new-button" title="Start New Problem"></button>
-                    <button onclick="openDialog();" class="a-button-type open-button" title="Load Optimization Problems"></button>
+                    <button onclick="openDialog();" class="button-type open-button" title="Load Optimization Problems"></button>
                     <button onclick="runCode();" class="button-type play-button" title="Run Optimization"></button>
                     <button id="modal-button" onclick="window.location.href = '#chartModal';" class="button-type chart-button hidden" title="Show Graph or Table"></button>
                     <button id="download-button" onclick="downloadOutput();" class="button-type download-button hidden" title="Download Results"></button>