Changeset 15280
- Timestamp:
- 09/18/08 10:33:48 (4 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/robotx.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/robotx.js
r14954 r15280 73 73 }); 74 74 document.body.appendChild(iframe); 75 var base=document.createElement('base'); 76 base.href=url; 77 document.getElementsByTagName("head")[0].appendChild(base); 75 78 }); 76 79 },