From 85e0d871ae70d91619e3f17e620db9d9ef7f7118 Mon Sep 17 00:00:00 2001 From: Kevin Browder Date: Wed, 26 Feb 2014 08:16:47 -0500 Subject: [PATCH] Use the jqueury ui them that's bundled instead of downloading from googleapis; this is faster on LANs; see https://github.com/malclocke/fulcrum/issues/217 --- app/assets/stylesheets/application.css.scss | 1 + app/views/layouts/application.html.erb | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 8a77db901..228473adf 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -2,3 +2,4 @@ @import 'jquery_tagit'; @import 'popover'; @import 'screen'; +//= require jquery.ui.theme \ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 327bdc76e..94b9c110e 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -3,7 +3,6 @@ <%= "#{@project.name} - " if @project %><%= t('fulcrum') %> <%= csrf_meta_tag %> - <%= stylesheet_link_tag "//ajax.googleapis.com/ajax/libs/jqueryui/1/themes/smoothness/jquery-ui.css" %> <%= stylesheet_link_tag :application %> <%= javascript_include_tag :application %>