Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Remove old code related to launch editor button
  • Loading branch information
khanspers authored Aug 2, 2023
1 parent b72b51e commit 42ae8ce
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions stages/draw-catalysis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,40 +76,6 @@ <h2>Your Mission</h2>
<li>Save your work as a GPML file under <b>File > Save As</b>.</li>
<li>Drag-and-drop the GPML file below to submit.</li>
</ul>
<!--
<form style="padding:0px; background:none;">
<input type="hidden" name="wpidload" value="WP3966">
</form>
<button id="download-from-page" type="button" class="btn btn-primary btn-lg" style="display:none;">Launch Editor</button>
-->
<!-- Button trigger modal -->
<!--
<button id="launch-modal" type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal">
Launch Editor
</button>
-->

<!-- Modal -->
<!--
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" id="myModalLabel"></h4>
</div>
<div class="modal-body">
<img src="../../images/jnlp-instructions.png">
</div>
<div class="modal-footer">
<label><input type="checkbox" id="dont-show-instructions" value="first_checkbox"> Don't show instructions again </label>
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
<button id="download-from-modal" type="button" class="btn btn-primary" data-dismiss="modal">Download</button>
</div>
</div>
</div>
</div>
-->

<div id="upload-target-container"></div>
<div id="next-button">
Expand Down

0 comments on commit 42ae8ce

Please sign in to comment.