Commit c0cdbbe8b7de513c1460bed427e9249ab402834c
1 parent
2baa37a9
Exists in
master
and in
29 other branches
modal: remove old assets
Showing
2 changed files
with
8 additions
and
7 deletions
Show diff stats
app/helpers/layout_helper.rb
@@ -45,8 +45,6 @@ module LayoutHelper | @@ -45,8 +45,6 @@ module LayoutHelper | ||
45 | standard_stylesheets = [ | 45 | standard_stylesheets = [ |
46 | 'application', | 46 | 'application', |
47 | 'search', | 47 | 'search', |
48 | - 'thickbox', | ||
49 | - 'lightbox', | ||
50 | 'colorbox', | 48 | 'colorbox', |
51 | 'selectordie', | 49 | 'selectordie', |
52 | 'inputosaurus', | 50 | 'inputosaurus', |
app/views/layouts/_javascript.html.erb
1 | <%= javascript_include_tag 'jquery-2.1.1.min', 'jquery-migrate-1.2.1', 'jrails', 'rails.js', | 1 | <%= javascript_include_tag 'jquery-2.1.1.min', 'jquery-migrate-1.2.1', 'jrails', 'rails.js', |
2 | -'jquery.cycle.all.min.js', 'thickbox.js', 'lightbox', 'colorbox', | ||
3 | -'jquery-ui-1.10.4/js/jquery-ui-1.10.4.min', 'jquery.scrollTo', 'jquery.form.js', 'jquery-validation/jquery.validate', | ||
4 | -'jquery.cookie', 'jquery.ba-bbq.min.js', 'reflection', 'jquery.tokeninput', 'jquery.typewatch', 'jquery.textchange', | ||
5 | -'add-and-join', 'report-abuse', 'catalog', 'manage-products', 'autogrow', 'select-or-die/_src/selectordie', | ||
6 | -'jquery-timepicker-addon/dist/jquery-ui-timepicker-addon', 'application.js', 'inputosaurus.js', :cache => 'cache/application' %> | 2 | + 'jquery.cycle.all.min.js', 'jquery.colorbox-min.js', |
3 | + 'jquery-ui-1.10.4/js/jquery-ui-1.10.4.min', 'jquery.scrollTo', 'jquery.form.js', 'jquery-validation/jquery.validate', | ||
4 | + 'jquery.cookie', 'jquery.ba-bbq.min.js', 'reflection', 'jquery.tokeninput', 'jquery.typewatch', 'jquery.textchange', | ||
5 | + 'jquery-timepicker-addon/dist/jquery-ui-timepicker-addon', 'inputosaurus.js', 'select-or-die/_src/selectordie', | ||
6 | + # noosfero libraries | ||
7 | + 'application.js', 'modal.js', | ||
8 | + 'add-and-join', 'report-abuse', 'catalog', 'manage-products', 'autogrow', | ||
9 | + :cache => 'cache/application' %> | ||
7 | 10 | ||
8 | <% language = FastGettext.locale %> | 11 | <% language = FastGettext.locale %> |
9 | <% %w{messages methods}.each do |type| %> | 12 | <% %w{messages methods}.each do |type| %> |