[skip CI] updated docs to use YAML
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@
|
|||||||
<div id="right"></div>
|
<div id="right"></div>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
$.getJSON('sample.yml', (data) => {
|
$.get('sample.yml', (data) => {
|
||||||
$('#input').val(data).trigger('paste');
|
$('#input').val(data).trigger('paste');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user