Changeset 957
- Timestamp:
- 10/18/05 17:33:04 (3 years ago)
- Files:
-
- 1 modified
-
trunk/rss/ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/ajax.php
r903 r957 412 412 413 413 if (redirect) { 414 self.setTimeout('setRedirect()', 1000); 415 } 416 } 417 } 418 419 function setRedirect() { 414 420 document.location = '<?php echo getPath() ?>'; 415 }416 }417 421 } 418 422
