diff options
| author | reger <reger18@arcor.de> | 2014-02-10 21:40:42 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-02-10 21:40:42 +0100 |
| commit | 365f77ea8c7aa07eb501095e9987f55dd5cd8a0b (patch) | |
| tree | e0e4e316ebfd50fd3f5c9b464e73ca5d54db3808 /htroot/index.html | |
| parent | 0e10cd18f78c8cd5249d789728cbe574d9992b95 (diff) | |
make internal page links relative to ease any future development for context aware servlets
note also http://bugs.yacy.net/view.php?id=106
Diffstat (limited to 'htroot/index.html')
| -rw-r--r-- | htroot/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/index.html b/htroot/index.html index b1f2446ab..543f6f603 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -16,7 +16,7 @@ <script type="text/javascript" src="yacy/ui/js/jquery.autocomplete.yacy.js"></script> <script type="text/javascript"> $(document).ready(function() { - $('#search').autocomplete('/suggest.json', {parse: opensearch, delay: 0, selectFirst: false, scroll: false, max: 30}); + $('#search').autocomplete('suggest.json', {parse: opensearch, delay: 0, selectFirst: false, scroll: false, max: 30}); function opensearch(data) { var parsed = []; data = eval('({"suggest":' + data + '})'); @@ -43,7 +43,7 @@ #(/topmenu)# #(pi)#:: - <div style="position:fixed; bottom: 0; right: 1px;"><a href="/Status.html">π</a></div> + <div style="position:fixed; bottom: 0; right: 1px;"><a href="Status.html">π</a></div> #(/pi)# <h2 class="yacy"> |
