From 511a6ea70d8b8fbaed8463bd3382483093baf819 Mon Sep 17 00:00:00 2001 From: Emerson Vinicius Date: Fri, 18 Mar 2011 03:59:00 +0800 Subject: [PATCH] updated jquery and jquery-ui --- application.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application.html.haml b/application.html.haml index edd6cbc..fbf88c9 100644 --- a/application.html.haml +++ b/application.html.haml @@ -14,6 +14,6 @@ %aside SIDEBAR %section#content= yield %footer FOOTER - %script{ :type => "text/javascript", :src => "http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" } - %script{ :type => "text/javascript", :src => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js" } + %script{ :type => "text/javascript", :src => "http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" } + %script{ :type => "text/javascript", :src => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js" } = raw javascript_include_merged(:base)