diff options
Diffstat (limited to 'htroot/rssTerminal.html')
| -rwxr-xr-x | htroot/rssTerminal.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/htroot/rssTerminal.html b/htroot/rssTerminal.html index d32394a26..72cbe0f60 100755 --- a/htroot/rssTerminal.html +++ b/htroot/rssTerminal.html @@ -36,6 +36,7 @@ var lastwait = 1000; var tab = " ";
var lastShow = new Date();
var set = "";
+var requestCount = 0;
function fillLines() {
alert(maxlines);
@@ -121,7 +122,8 @@ function idlepingExec() { }
function load() {
- getRSS("/xml/feed.rss?count=50&set=" + set);
+ getRSS("/xml/feed.rss?count=50&set=" + set + "&requestCount=" + requestCount + "&time=" + (new Date()).getTime());
+ requestCount++;
}
function init() {
|
