diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 9524548..a7e92ea 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -974,7 +974,7 @@ module ApplicationHelper end def jquery_theme - theme_option(:jquery_theme) || 'smoothness_mod' + theme_option(:jquery_theme) || 'smoothness' end def ui_error(message) -- libgit2 0.21.2