Changeset 839
- Timestamp:
- 05/18/07 00:58:46 (6 years ago)
- Files:
-
- 1 modified
-
trunk/modules/InternetExplorer/InternetExplorer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/InternetExplorer/InternetExplorer.js
r816 r839 145 145 // ie eats scripts and comments at beginning of page, so 146 146 // make sure there is something before the first script on the page 147 html = html.replace(/( )?([\s\S]*?)(<script|<!--)/i,"$2 $3");147 html = html.replace(/(<script|<!--)/i," $1"); 148 148 149 149 return html;
