Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Use the jqueury ui theme that's included in jquery-ui-rails instead of downloading from the google CDN #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css.scss
Expand Up @@ -2,3 +2,4 @@
@import 'jquery_tagit'; @import 'jquery_tagit';
@import 'popover'; @import 'popover';
@import 'screen'; @import 'screen';
//= require jquery.ui.theme
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -3,7 +3,6 @@
<head> <head>
<title><%= "#{@project.name} - " if @project %><%= t('fulcrum') %></title> <title><%= "#{@project.name} - " if @project %><%= t('fulcrum') %></title>
<%= csrf_meta_tag %> <%= csrf_meta_tag %>
<%= stylesheet_link_tag "//ajax.googleapis.com/ajax/libs/jqueryui/1/themes/smoothness/jquery-ui.css" %>
<%= stylesheet_link_tag :application %> <%= stylesheet_link_tag :application %>
<%= javascript_include_tag :application %> <%= javascript_include_tag :application %>
<script type="text/javascript" src="/locales.js"></script> <script type="text/javascript" src="/locales.js"></script>
Expand Down