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.

This commit is contained in:
Chad Kieffer
2009-09-02 23:20:45 -06:00
parent 6feab02c86
commit 640d84aba4

View File

@@ -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 {