- 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)
updateFeedList(false, false);
document.onkeydown = hotkey_handler;
-// setTimeout("timeout()", 1800*1000);
-// scheduleFeedUpdate(true);
+ setTimeout("timeout()", 1800*1000);
+ scheduleFeedUpdate(true);
var content = document.getElementById("content");