From 331acdae929b8cfa93badf2ba6f1191918ae4701 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 9 Aug 2010 22:09:14 +1200 Subject: Will need to replace loader with /images/refinery/icons/ajax-loader.gif once this is available in a version of RefineryCMS --- app/views/admin/blog/_submenu.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/admin/blog/_submenu.html.erb b/app/views/admin/blog/_submenu.html.erb index a842158..dd23a4e 100644 --- a/app/views/admin/blog/_submenu.html.erb +++ b/app/views/admin/blog/_submenu.html.erb @@ -72,7 +72,7 @@ (first_li = $(this).children('li:first')).after(div=$("
")); $(this).children('li:not(:first)').appendTo(div); first_li.find('> a').click(function(e){ - $(this).css('background-image', 'url(/images/refinery/ajax-loader.gif) !important'); + $(this).css('background-image', "url('/images/refinery/ajax-loader.gif') !important"); $(this).parent().next('div').animate({opacity: 'toggle', height: 'toggle'}, 250, $.proxy(function(){ $(this).css('background-image', null); }, $(this))); -- cgit v1.2.3