Skip to content

Commit

Permalink
Remove JSON preview and Rich preview buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
xylix committed Nov 24, 2016
1 parent a37c07e commit a836a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<div id="preview">
<div class="preview" id="json-preview"></div>
<div class="preview hidden" id="rich-preview"></div>
<div class="switchers btn-group" role="group" aria-label="Switch preview type">
<!--<div class="switchers btn-group" role="group" aria-label="Switch preview type">
<button type="button" class="btn btn-primary" onClick="jsonPreview()">JSON preview</button>
<button type="button" class="btn btn-primary disabled" onClick="richPreview()">Rich preview</button>
</div>
</div>-->
</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
Expand Down

1 comment on commit a836a6d

@xylix
Copy link
Contributor Author

@xylix xylix commented on a836a6d Nov 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The buttons will be added back after implementing "Rich preview" functionality

Please sign in to comment.