From e72c8f0e9c187c0604d0eb88bc6b4bbbd2eb9257 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 22 May 2014 09:58:29 -0300 Subject: [PATCH] rails3: change default jquery-ui theme --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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