summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-09-02 23:20:45 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-09-02 23:20:45 -0600
commit640d84aba46f4dcd813d7c9ade320f665c1958c0 (patch)
tree2f76df8acdadb6f10a7e12ef44124996ca29a5a3 /lib
parent6feab02c864755c8e0bb2a8439fcd7161a1e5f68 (diff)
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/jquery.autocomplete.css2
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 {