Fixed broken example 04_load_and_save.html. See #265

This commit is contained in:
jos 2016-02-09 10:05:11 +01:00
parent 8be330393a
commit 1f64fe6e9c
2 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,11 @@
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
- Fixed #264: Clicking items in the context menu not working on Firefox.

View File

@ -6,8 +6,8 @@
<link href="../dist/jsoneditor.css" rel="stylesheet" type="text/css">
<script src="../dist/jsoneditor.js"></script>
<script src="http://bgrins.github.io/filereader.js/filereader.js"></script>
<script src="http://eligrey.com/demos/FileSaver.js/FileSaver.js"></script>
<script src="http://bgrins.github.io/filereader.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2014-11-29/FileSaver.min.js"></script>
<style>
html, body {