mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:15:56 +00:00
update NEWS
This commit is contained in:
1
NEWS
1
NEWS
@@ -7,6 +7,7 @@ v1.0.3 (Sep xx, 2005)
|
|||||||
- Added ability to mark posts as "starred". These posts are not expired
|
- Added ability to mark posts as "starred". These posts are not expired
|
||||||
automatically.
|
automatically.
|
||||||
- Rework interface using iframes, fixes a lot of scrolling issues.
|
- 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)
|
v1.0.2 (Sep 02, 2005)
|
||||||
|
|
||||||
|
|||||||
@@ -319,8 +319,8 @@ function init() {
|
|||||||
updateFeedList(false, false);
|
updateFeedList(false, false);
|
||||||
document.onkeydown = hotkey_handler;
|
document.onkeydown = hotkey_handler;
|
||||||
|
|
||||||
// setTimeout("timeout()", 1800*1000);
|
setTimeout("timeout()", 1800*1000);
|
||||||
// scheduleFeedUpdate(true);
|
scheduleFeedUpdate(true);
|
||||||
|
|
||||||
var content = document.getElementById("content");
|
var content = document.getElementById("content");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user