diff options
author | shadlaws <shad@shadlaws.com> | 2013-02-12 16:05:25 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-02-12 16:05:25 +0100 |
commit | c8a084d5f2584175d8b6be28646128552fea958e (patch) | |
tree | 8bb560954df5918b022b74bb690e608c44a0f2e8 /themes/wind | |
parent | 78a044c7a36ef33e3a198cdb36800a650b0cfefe (diff) |
Updated json.js library
- json.js 2012/10/08
- used non-minified to be consistent with other libraries
- updated filename in page.html.php call
Diffstat (limited to 'themes/wind')
-rw-r--r-- | themes/wind/views/page.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 70a3b6a9..2cc9227c 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -37,7 +37,7 @@ <? endif ?> <? endif ?> - <?= $theme->script("json2-min.js") ?> + <?= $theme->script("json2.js") ?> <?= $theme->script("jquery.js") ?> <?= $theme->script("jquery.form.js") ?> <?= $theme->script("jquery-ui.js") ?> |