[svn r18492] FS#2867 - FCKEditor, customizations plugin: Providing compatibility for possible future implementations of mathtex, the successor of mimetex library.

skala
Ivan Tcholakov 16 years ago
parent c5638f718a
commit b135d559f7
  1. 1
      main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin.js

@ -1090,6 +1090,7 @@ FCK.IsRealImage = function ( tag )
&& !tag.getAttribute( '_fckvideo' )
&& !tag.getAttribute( 'MapNumber' )
&& !( tag.getAttribute( 'src' ) && tag.getAttribute( 'src' ).toString().indexOf( '/cgi-bin/mimetex' ) >= 0 )
&& !( tag.getAttribute( 'src' ) && tag.getAttribute( 'src' ).toString().indexOf( '/cgi-bin/mathtex' ) >= 0 )
) ? true : false ;
} ;

Loading…
Cancel
Save