Changeset 254 for trunk/common
- Timestamp:
- 12/17/07 23:54:18 (2 years ago)
- Files:
-
- 1 modified
-
trunk/common/App.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/App.js
r173 r254 437 437 document.execCommand( "BackgroundImageCache", false, true ); 438 438 } 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'" + 440 441 "style='visibility:hidden;position:absolute;left:0;top:0;'></iframe>" ); 441 442 }
