summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 14:34:55 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 14:34:55 +0100
commit77a1bf8b833c0f3f24b918606e3e8b00a0ebce01 (patch)
tree839321ed2ee6e0a7abbc7422c10bdf649917137a
parent8158c57a8e3a40338045e0b809bca42f1e703ca5 (diff)
update NEWS
-rw-r--r--NEWS1
-rw-r--r--tt-rss.js4
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fb1a0fd51..44f3002a0 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ v1.0.3 (Sep xx, 2005)
- Added ability to mark posts as "starred". These posts are not expired
automatically.
- Rework interface using iframes, fixes a lot of scrolling issues.
+ - Rejoice, kids! Support for MySQL (InnoDB and version 4.1 REQUIRED!)
v1.0.2 (Sep 02, 2005)
diff --git a/tt-rss.js b/tt-rss.js
index 1d1c793a9..5f1269a5a 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -319,8 +319,8 @@ function init() {
updateFeedList(false, false);
document.onkeydown = hotkey_handler;
-// setTimeout("timeout()", 1800*1000);
-// scheduleFeedUpdate(true);
+ setTimeout("timeout()", 1800*1000);
+ scheduleFeedUpdate(true);
var content = document.getElementById("content");