aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-11-25 17:44:58 +0000
committerMark Longair <mhl@pobox.com>2013-11-26 10:16:46 +0000
commit68a8a9945d73e22d19d58f89162f46c3d175fc58 (patch)
treeb8b95b2df5a358b897c0321148edbaffeca9a9c4 /app/views
parentb6cd58b9a67304811d8eeeddb472f39aa6b4cfb1 (diff)
Remove jquery-ui; in a later commit we'll add it back via the gem
The intention is to stop including our own custom build of jquery-ui but instead use the jquery-ui-rails gem, which works well with the asset pipeline. This commit should remove all traces of the old download of jquery-ui.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/general/_stylesheet_includes.html.erb1
-rw-r--r--app/views/layouts/admin.html.erb1
2 files changed, 0 insertions, 2 deletions
diff --git a/app/views/general/_stylesheet_includes.html.erb b/app/views/general/_stylesheet_includes.html.erb
index 2571dd4ad..b3f32054c 100644
--- a/app/views/general/_stylesheet_includes.html.erb
+++ b/app/views/general/_stylesheet_includes.html.erb
@@ -10,7 +10,6 @@
<% if !params[:print_stylesheet].nil? %>
<%= stylesheet_link_tag 'print', :rel => "stylesheet", :media => "all" %>
<% end %>
- <%= stylesheet_link_tag 'jquery-ui-1.8.15.custom.css', :rel => 'stylesheet'%>
<!--[if LT IE 7]>
<%= stylesheet_link_tag 'ie6.css' %>
<![endif]-->
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb
index 0815809b3..c1f9335b1 100644
--- a/app/views/layouts/admin.html.erb
+++ b/app/views/layouts/admin.html.erb
@@ -5,7 +5,6 @@
<title><%= site_name %> admin<%= @title ? ":" : "" %> <%=@title%></title>
<%= javascript_include_tag "admin" %>
- <%= stylesheet_link_tag "jquery-ui-1.8.15.custom.css", :rel => 'stylesheet'%>
<%= stylesheet_link_tag "admin", :title => "Main", :rel => "stylesheet" %>
</head>