Changes between Initial Version and Version 1 of Ticket #9239, comment 8
- Timestamp:
- May 13, 2011, 9:57:38 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9239, comment 8
initial v1 1 1 Same problem on version 1.6.1 2 2 3 The bug can be resolved on ligne 1288 from jquery-1.6.1.js 3 The bug can be resolved on ligne 1288 from jquery-1.6.1.js. 4 4 5 Replace : 5 6 6 documentElement.insertBefore( body, documentElement.firstChild ); 7 "documentElement.insertBefore( body, documentElement.firstChild );" 8 7 9 by 8 documentElement.appendChild( body ); 10 11 "documentElement.appendChild( body );"