]> git.wh0rd.org - tt-rss.git/commitdiff
update NEWS
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 7 Sep 2005 13:34:55 +0000 (14:34 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 7 Sep 2005 13:34:55 +0000 (14:34 +0100)
NEWS
tt-rss.js

diff --git a/NEWS b/NEWS
index fb1a0fd5162b46b49d34e3a71313d610d7f01540..44f3002a0d184fc4ea7bd60b3291150856e4ec60 100644 (file)
--- 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)
 
index 1d1c793a966b2cd5db4b559793f527f80840a680..5f1269a5a2273bd685bc209555e9ebbff61af311 100644 (file)
--- 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");