Changeset 254 for trunk/common

Show
Ignore:
Timestamp:
12/17/07 23:54:18 (2 years ago)
Author:
miyagawa
Message:

Merge from vox-40

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/common/App.js

    r173 r254  
    437437        document.execCommand( "BackgroundImageCache", false, true ); 
    438438    } catch( e ) { }; 
    439     document.write( "<iframe id='__location' src='about:blank' width='0' height='0' frameborder='0'" + 
     439    var blankURI = __blankURI__ || "about:blank"; 
     440    document.write( "<iframe id='__location' src='" + blankURI + "' width='0' height='0' frameborder='0'" + 
    440441        "style='visibility:hidden;position:absolute;left:0;top:0;'></iframe>" ); 
    441442}