Fixed broken example 04_load_and_save.html. See #265
This commit is contained in:
parent
8be330393a
commit
1f64fe6e9c
|
@ -3,6 +3,11 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
|
|
||||||
|
## not yet released, version 5.1.4
|
||||||
|
|
||||||
|
- Fixed broken example 04_load_and_save.html. See #265.
|
||||||
|
|
||||||
|
|
||||||
## 2016-02-03, version 5.1.3
|
## 2016-02-03, version 5.1.3
|
||||||
|
|
||||||
- Fixed #264: Clicking items in the context menu not working on Firefox.
|
- Fixed #264: Clicking items in the context menu not working on Firefox.
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
<link href="../dist/jsoneditor.css" rel="stylesheet" type="text/css">
|
<link href="../dist/jsoneditor.css" rel="stylesheet" type="text/css">
|
||||||
<script src="../dist/jsoneditor.js"></script>
|
<script src="../dist/jsoneditor.js"></script>
|
||||||
|
|
||||||
<script src="http://bgrins.github.io/filereader.js/filereader.js"></script>
|
<script src="http://bgrins.github.io/filereader.js"></script>
|
||||||
<script src="http://eligrey.com/demos/FileSaver.js/FileSaver.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2014-11-29/FileSaver.min.js"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
|
|
Loading…
Reference in New Issue