Fix wrong link to loadingAnimation.gif file in jquery-autocomplete.css.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 01 Mar 2009 15:03:52 +0000
changeset 1575 b046a8290cf5
parent 1574 d185fe0f1404
child 1576 fc065bbf3ac8
Fix wrong link to loadingAnimation.gif file in jquery-autocomplete.css. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/content/css/jquery-autocomplete.css
--- a/app/soc/content/css/jquery-autocomplete.css	Sun Mar 01 14:23:09 2009 +0000
+++ b/app/soc/content/css/jquery-autocomplete.css	Sun Mar 01 15:03:52 2009 +0000
@@ -35,7 +35,7 @@
 }
 
 .ac_loading {
-	background: white url('indicator.gif') right center no-repeat;
+	background: white url('/soc/content/images/loadingAnimation.gif') right center no-repeat;
 }
 
 .ac_odd {