Commit e72c8f0e9c187c0604d0eb88bc6b4bbbd2eb9257

Authored by Victor Costa
1 parent c79fbc9e

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 974 end
975 975  
976 976 def jquery_theme
977   - theme_option(:jquery_theme) || 'smoothness_mod'
  977 + theme_option(:jquery_theme) || 'smoothness'
978 978 end
979 979  
980 980 def ui_error(message)
... ...