Commit e72c8f0e9c187c0604d0eb88bc6b4bbbd2eb9257
1 parent
c79fbc9e
Exists in
master
and in
22 other branches
rails3: change default jquery-ui theme
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
@@ -974,7 +974,7 @@ module ApplicationHelper | @@ -974,7 +974,7 @@ module ApplicationHelper | ||
974 | end | 974 | end |
975 | 975 | ||
976 | def jquery_theme | 976 | def jquery_theme |
977 | - theme_option(:jquery_theme) || 'smoothness_mod' | 977 | + theme_option(:jquery_theme) || 'smoothness' |
978 | end | 978 | end |
979 | 979 | ||
980 | def ui_error(message) | 980 | def ui_error(message) |