Skip to content

Commit

Permalink
Disable workspace UI elements on standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
hcorrada committed Jun 5, 2015
1 parent 12f2c63 commit 665f844
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index-standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<script src="src/epiviz/deferred/promise.js"></script>
<script src="src/epiviz/utils/utils.js"></script>
<script src="src/epiviz/utils/expression-parser.js"></script>
<script src="src/epiviz/utils/farbtastic.js"></script>
<script src="src/epiviz/utils/iterable.js"></script>
<script src="src/epiviz/utils/iterable-array.js"></script>
<script src="src/epiviz/config.js"></script>
Expand Down Expand Up @@ -293,12 +292,12 @@

<span class="separator">|</span>

<!--<label for="save-workspace-text"></label>-->
<!--<input id="save-workspace-text" class="ui-widget-content ui-corner-all" type="text"/>-->
<!--<button id="save-workspace-button">Save Workspace</button>-->
<!--<button id="delete-workspace-button">Delete Active Workspace</button>-->
<label for="save-workspace-text"></label>
<input id="save-workspace-text" class="ui-widget-content ui-corner-all" type="text" disabled/>
<button id="save-workspace-button" disabled>Save Workspace</button>
<button id="delete-workspace-button" disabled>Delete Active Workspace</button>

<!--<span class="separator">|</span>-->
<span class="separator">|</span>

<button id="help-button">Help</button>
</div>
Expand Down

0 comments on commit 665f844

Please sign in to comment.