diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-12-29 11:59:44 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-12-29 11:59:44 -0800 |
commit | dd6da5e2333023895a4a76786910f4bdf7e395c8 (patch) | |
tree | dd9e2f99ec4147819032b64dc16d3c2195d075ac /themes | |
parent | 3e117fc2b46f1fc1cb8388486e156312d9f7fde5 (diff) |
Add a minified version of json2.js from https://github.com/douglascrockford/JSON-js/blob/master/json2.js
by Douglas Crockford at 8d11dc6950eafc7d01f141ce91d4f585caa29f3b. Fixes #1351.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/views/page.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 5d0985e7..90f76bb5 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -39,6 +39,7 @@ </style> <? endif ?> <? endif ?> + <?= $theme->script("json2-min.js") ?> <?= $theme->script("jquery.js") ?> <?= $theme->script("jquery.form.js") ?> <?= $theme->script("jquery-ui.js") ?> |