Skip to content

Commit 8d656d9

Browse files
author
AJ Christensen
committed
Remove some legacy JS
1 parent 2f80851 commit 8d656d9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

chef-server-slice/app/views/layout/chef_server_slice.html.haml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
%head
55
%meta{ "http-equiv" => "content-type", :content => "text/html; charset=utf-8" }
66
%title Chef Server
7-
= css_include_tag "base", "themes/djime-cerulean/style", "chef", "/facebox/facebox.css", "editor"
8-
= js_include_tag "jquery-1.3.1.min", "jquery.jeditable.mini", "jquery.livequery", "jquery.localscroll", "jquery.scrollTo", "jquery.timers", "json2.js"
9-
= js_include_tag "chef", "editor", "/facebox/facebox.js"
7+
= css_include_tag "base", "themes/djime-cerulean/style", "chef", "/facebox/facebox.css"
8+
= js_include_tag "jquery-1.3.1.min", "jquery.jeditable.mini", "jquery.livequery", "jquery.localscroll", "jquery.scrollTo"
9+
= js_include_tag "/facebox/facebox.js"
10+
= js_include_tag "chef"
1011
1112
%body
1213
#container

0 commit comments

Comments
 (0)