We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37c07e commit a836a6dCopy full SHA for a836a6d
index.html
@@ -14,10 +14,10 @@
14
<div id="preview">
15
<div class="preview" id="json-preview"></div>
16
<div class="preview hidden" id="rich-preview"></div>
17
- <div class="switchers btn-group" role="group" aria-label="Switch preview type">
+ <!--<div class="switchers btn-group" role="group" aria-label="Switch preview type">
18
<button type="button" class="btn btn-primary" onClick="jsonPreview()">JSON preview</button>
19
<button type="button" class="btn btn-primary disabled" onClick="richPreview()">Rich preview</button>
20
- </div>
+ </div>-->
21
</div>
22
23
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
0 commit comments