diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-16 00:02:55 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-16 00:02:55 +0000 |
| commit | 6663365720d6c99ee55794cf96d1ca2ae83208e4 (patch) | |
| tree | a3599a3e12df347e766e26fe5ff40ad69458699f /htroot/rssTerminal.html | |
| parent | b423d0a03677edd7fc956b06496075fdefc95314 (diff) | |
adopted many calls to new api path
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5498 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/rssTerminal.html')
| -rwxr-xr-x | htroot/rssTerminal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/rssTerminal.html b/htroot/rssTerminal.html index 22e785b9e..5c534d7c2 100755 --- a/htroot/rssTerminal.html +++ b/htroot/rssTerminal.html @@ -122,7 +122,7 @@ function idlepingExec() { }
function load() {
- getRSS("/xml/feed.rss?count=80&set=" + set + "&requestCount=" + requestCount + "&time=" + (new Date()).getTime());
+ getRSS("/api/feed.rss?count=80&set=" + set + "&requestCount=" + requestCount + "&time=" + (new Date()).getTime());
requestCount++;
}
|
