From feaf0be0e5f51c17cd003e03ab835242f229b0de Mon Sep 17 00:00:00 2001 From: hernani Date: Mon, 26 Apr 2010 10:16:55 +0000 Subject: [PATCH] Fix bug reported by Oscar Frias on http://jira.osqa.net/browse/OSQA-174 git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@72 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/media/style/jquery.autocomplete.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/skins/default/media/style/jquery.autocomplete.css b/forum/skins/default/media/style/jquery.autocomplete.css index 3bf2c2d..b819393 100644 --- a/forum/skins/default/media/style/jquery.autocomplete.css +++ b/forum/skins/default/media/style/jquery.autocomplete.css @@ -36,7 +36,7 @@ } .ac_loading { - background: white url(../../images/indicator.gif) right center no-repeat; + background: white url(../../media/images/indicator.gif) right center no-repeat; } .ac_odd { -- 2.39.5