aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/remote.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-07-19 10:06:07 -0400
committerScott González <scott.gonzalez@gmail.com>2010-07-19 10:06:07 -0400
commit44d1a38a1925c2fa0eceaa4536da4c0968d310cc (patch)
treea209dc028ddb328592b8799061ae6f8453c92cf5 /demos/autocomplete/remote.html
parentfe71d5d0a05b1e45055da8fdd39085999e5b43b3 (diff)
downloadjquery-ui-44d1a38a1925c2fa0eceaa4536da4c0968d310cc.tar.gz
jquery-ui-44d1a38a1925c2fa0eceaa4536da4c0968d310cc.zip
Autocomplete: Moved all demo images into /demos/autocomplete/images.
Diffstat (limited to 'demos/autocomplete/remote.html')
-rw-r--r--demos/autocomplete/remote.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/remote.html b/demos/autocomplete/remote.html
index 16f817678..2dd0eb733 100644
--- a/demos/autocomplete/remote.html
+++ b/demos/autocomplete/remote.html
@@ -11,7 +11,7 @@
<script type="text/javascript" src="../../ui/jquery.ui.autocomplete.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
- .ui-autocomplete-loading { background: white url('../../themes/base/images/ui-anim_basic_16x16.gif') right center no-repeat; }
+ .ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
</style>
<script type="text/javascript">
$(function() {