Changeset 256 for trunk/common
- Timestamp:
- 12/18/07 18:02:07 (2 years ago)
- Files:
-
- 1 modified
-
trunk/common/App.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/App.js
r254 r256 437 437 document.execCommand( "BackgroundImageCache", false, true ); 438 438 } catch( e ) { }; 439 var blankURI = __blankURI__ || "about:blank";439 var blankURI = window.__blankURI__ || "about:blank"; 440 440 document.write( "<iframe id='__location' src='" + blankURI + "' width='0' height='0' frameborder='0'" + 441 441 "style='visibility:hidden;position:absolute;left:0;top:0;'></iframe>" );
