Skip to content

Commit

Permalink
Update jsoneditor to 9.5.7 (#5)
Browse files Browse the repository at this point in the history
* update to 9.5.7
  • Loading branch information
ziming authored Nov 16, 2021
1 parent 3822f43 commit 2281725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/views/fields/json.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@

@if ($crud->checkIfFieldIsFirstOfItsType($field, $fields))
@push('crud_fields_styles')
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.1.1/jsoneditor.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.5.7/jsoneditor.min.css" />
@endpush

@push('crud_fields_scripts')
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.1.1/jsoneditor.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.5.7/jsoneditor.min.js"></script>
<script>
let container, jsonString, options, editor;
</script>
Expand Down

0 comments on commit 2281725

Please sign in to comment.