From ef0c7d391379c9771100cd86f0aea6440f82bc6a Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Fri, 6 Aug 2010 09:36:06 +0200 Subject: [PATCH] fix #1034 by changing the reference for indicator.gif to ../images/waiting.gif. you may need to delete the bundle all.css for this to work in your installation you will see a waiting animated gif in the right side of the autocomplete fields like project or context --- public/stylesheets/jquery.autocomplete.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/jquery.autocomplete.css b/public/stylesheets/jquery.autocomplete.css index 91b62283..98820c35 100644 --- a/public/stylesheets/jquery.autocomplete.css +++ b/public/stylesheets/jquery.autocomplete.css @@ -35,7 +35,7 @@ } .ac_loading { - background: white url('indicator.gif') right center no-repeat; + background: white url('../images/waiting.gif') right center no-repeat; } .ac_odd {