Changes between Initial Version and Version 1 of Ticket #10937, comment 6
- Timestamp:
- Oct 18, 2013, 11:10:29 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10937, comment 6
initial v1 22 22 23 23 {{{ 24 if( CKEDITOR.env.ie ) 24 if( CKEDITOR.env.ie ) // Twice! 25 25 26 26 attrs['data-cke-survive'] = 'true'; … … 29 29 30 30 preview.setHtml( '<img src=' + CKEDITOR.plugins.mathjax.loadingIcon + ' alt=' + editor.lang.mathjax.loading +'>' ); // After '+'. 31 32 if( doc.getById( 'preview' ) ) 31 33 }}} 32 34