From 640d84aba46f4dcd813d7c9ade320f665c1958c0 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Wed, 2 Sep 2009 23:20:45 -0600 Subject: Noticed that loading.gif kept showing up in my logs. Probably not maintainable, but updated jquery.autocomplete css to use the default theme's equivalent. --- lib/jquery.autocomplete.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/jquery.autocomplete.css') diff --git a/lib/jquery.autocomplete.css b/lib/jquery.autocomplete.css index 4d50cf43..cdf26f56 100644 --- a/lib/jquery.autocomplete.css +++ b/lib/jquery.autocomplete.css @@ -36,7 +36,7 @@ } .ac_loading { - background: white url('indicator.gif') right center no-repeat; + background: white url('../themes/default/images/loading-sm.gif') right center no-repeat; } .ac_odd { -- cgit v1.2.3