summaryrefslogtreecommitdiff
path: root/themes/wind
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-12-29 11:59:44 -0800
committerBharat Mediratta <bharat@menalto.com>2010-12-29 11:59:44 -0800
commitdd6da5e2333023895a4a76786910f4bdf7e395c8 (patch)
treedd9e2f99ec4147819032b64dc16d3c2195d075ac /themes/wind
parent3e117fc2b46f1fc1cb8388486e156312d9f7fde5 (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/wind')
-rw-r--r--themes/wind/views/page.html.php1
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") ?>