summaryrefslogtreecommitdiff
path: root/static/search
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-07-03 22:03:45 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-07-03 22:03:45 -0400
commit57b4ecea5e20f4746c23911a6cc85508e0509536 (patch)
tree95e2138c9ce773b4cf517d86b02b35a2b512cfb6 /static/search
parent9c321907a9f755949c760f62703fb0d00e61e415 (diff)
sostler prod commit
Diffstat (limited to 'static/search')
-rwxr-xr-xstatic/search/browser.css2
-rwxr-xr-xstatic/search/browser.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/static/search/browser.css b/static/search/browser.css
index e5755e6..44355a6 100755
--- a/static/search/browser.css
+++ b/static/search/browser.css
@@ -31,7 +31,7 @@ input#submit{
width:100px;
height:28px;
font-size:20px;
-background-image:url(/static/bg-btn-blue.png);
+background-image:url(/static/img/bg-btn-blue.png);
text-align:center;
z-index:100;
cursor:pointer;
diff --git a/static/search/browser.html b/static/search/browser.html
index 98cfd45..4620b49 100755
--- a/static/search/browser.html
+++ b/static/search/browser.html
@@ -6,8 +6,8 @@
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script src="dumpsearch.js" type="text/javascript"></script>
- <script src="/static/js-global/FancyZoom.js" type="text/javascript"></script>
-<script src="/static/js-global/FancyZoomHTML.js" type="text/javascript"></script>
+ <script src="/static/js/FancyZoom.js" type="text/javascript"></script>
+<script src="/static/js/FancyZoomHTML.js" type="text/javascript"></script>
</head>