Changeset 3920

Show
Ignore:
Timestamp:
05/10/06 18:35:53 (3 years ago)
Author:
alex
Message:

fixes #571

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/io.js

    r3730 r3920  
    285285                        if(r.ie){ 
    286286                                idoc = iframe.contentWindow.document; 
    287                         }else if(r.moz){ 
    288                                 idoc = iframe.contentWindow; 
    289287                        }else if(r.safari){ 
    290288                                idoc = iframe.document; 
     289                        }else{ //  if(r.moz){ 
     290                                idoc = iframe.contentWindow; 
    291291                        } 
    292292                        idoc.location.replace(src);