Changeset 1030 for trunk/rss/ajax.php
- Timestamp:
- 11/25/05 16:23:52 (3 years ago)
- Files:
-
- 1 modified
-
trunk/rss/ajax.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/ajax.php
r1027 r1030 441 441 442 442 // remove parent elements (heading, ul) if all the children are gone 443 if ( ul.getElementsByTagName('li').length == 0) {443 if (!redirect && (ul.getElementsByTagName('li').length == 0)) { 444 444 pn = ul.parentNode; 445 445 … … 455 455 456 456 if (redirect) { 457 self.setTimeout('setRedirect()', 1000); 457 if (t = document.getElementById("_markReadButton")) { 458 // Maybe we should fix the array of ids also... 459 self.setTimeout('t.click()', 1000); 460 }else{ 461 self.setTimeout('setRedirect()', 1000); 462 } 458 463 } 459 464 }
