diff options
-rw-r--r-- | lib/jquery.autocomplete.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |