# HG changeset patch # User Pawel Solyga # Date 1235919832 0 # Node ID b046a8290cf55c47c0f548dd93811ddef264db40 # Parent d185fe0f140495c952777375e54fbf8cf09cd1d0 Fix wrong link to loadingAnimation.gif file in jquery-autocomplete.css. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r d185fe0f1404 -r b046a8290cf5 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 {