diff options
author | jtimberman <joshua@opscode.com> | 2009-06-05 01:48:26 -0600 |
---|---|---|
committer | jtimberman <joshua@opscode.com> | 2009-06-05 01:48:26 -0600 |
commit | f352407140fa2d8ecd90035952fac8f1e6a0c4cc (patch) | |
tree | bbc6797fd0b69fc2ac6e27acd46c11b65e70f248 | |
parent | e8b5391d43f66ee31f5ee9e01b1d267c12e8e5f7 (diff) | |
download | chef-f352407140fa2d8ecd90035952fac8f1e6a0c4cc.tar.gz |
Its a tiny e in JSONEditor in this one too.
-rw-r--r-- | chef-server-slice/app/views/layout/chef_server_slice.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-server-slice/app/views/layout/chef_server_slice.html.haml b/chef-server-slice/app/views/layout/chef_server_slice.html.haml index ca6bac7f75..e480ad71e1 100644 --- a/chef-server-slice/app/views/layout/chef_server_slice.html.haml +++ b/chef-server-slice/app/views/layout/chef_server_slice.html.haml @@ -9,7 +9,7 @@ = js_include_tag "/facebox/facebox.js" = js_include_tag "jquery-ui-1.7.1.custom.min" = js_include_tag "jquery.treeTable.min" - = js_include_tag "JSONEditor" + = js_include_tag "JSONeditor" = js_include_tag "chef" %body |