Skip to content

Commit a836a6d

Browse files
committed
Remove JSON preview and Rich preview buttons
1 parent a37c07e commit a836a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<div id="preview">
1515
<div class="preview" id="json-preview"></div>
1616
<div class="preview hidden" id="rich-preview"></div>
17-
<div class="switchers btn-group" role="group" aria-label="Switch preview type">
17+
<!--<div class="switchers btn-group" role="group" aria-label="Switch preview type">
1818
<button type="button" class="btn btn-primary" onClick="jsonPreview()">JSON preview</button>
1919
<button type="button" class="btn btn-primary disabled" onClick="richPreview()">Rich preview</button>
20-
</div>
20+
</div>-->
2121
</div>
2222

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

0 commit comments

Comments
 (0)