Changeset 957

Show
Ignore:
Timestamp:
10/18/05 17:33:04 (3 years ago)
Author:
sdcosta
Message:

Timeout the refresh so that ajax as enough time to mark items as read.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/ajax.php

    r903 r957  
    412412        
    413413       if (redirect) { 
     414        self.setTimeout('setRedirect()', 1000); 
     415       } 
     416    } 
     417} 
     418 
     419function setRedirect() { 
    414420        document.location = '<?php echo  getPath() ?>'; 
    415        } 
    416     } 
    417421} 
    418422