diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-02 23:53:35 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-02 23:53:35 -0700 |
commit | 3dc7e2e78cab117726385e29d47bb1487b5d755d (patch) | |
tree | 1ffd4f0523a6c6b52b8a577dcddcf9fe9a7789d1 /lib | |
parent | de61da5bfc9dac7d778f5ca3ff763125a212ec3f (diff) | |
parent | 640d84aba46f4dcd813d7c9ade320f665c1958c0 (diff) |
Merge branch 'master' into talmdal
Diffstat (limited to 'lib')
-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 { |