Skip to content

Commit

Permalink
Use the jqueury ui them that's bundled instead of downloading from go…
Browse files Browse the repository at this point in the history
…ogleapis; this is faster on LANs; see fulcrum-agile#217
  • Loading branch information
kbrowder committed Feb 26, 2014
1 parent f71db17 commit 85e0d87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
@import 'jquery_tagit';
@import 'popover';
@import 'screen';
//= require jquery.ui.theme
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<title><%= "#{@project.name} - " if @project %><%= t('fulcrum') %></title>
<%= 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 %>
<script type="text/javascript" src="/locales.js"></script>
Expand Down

0 comments on commit 85e0d87

Please sign in to comment.