Skip to content

Commit 6e089ec

Browse files
committed
change json3 to json2, which seems more compatible with old browsers
1 parent 7a4ce23 commit 6e089ec

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</style>
2727

2828
<script src="jquery.handsontable.js"></script>
29-
<script src="lib/json3.min.js"></script><!-- Only needed by index.html for IE6/IE7 support. Not needed by jquery.handsontable.js -->
29+
<script src="lib/json2.min.js"></script><!-- Only needed by index.html for IE6/IE7 support. Not needed by jquery.handsontable.js -->
3030
<link rel="stylesheet" media="screen" href="jquery.handsontable.css">
3131
</head>
3232

lib/json2.min.js

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/json3.min.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)