Julio Montoya 14 years ago
parent
commit
881328ce72

+ 2 - 1
main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin.js

@@ -2233,7 +2233,8 @@ FCKEvents.prototype.FireEvent = function( eventName, params )
 }
 
 // See http://dev.ckeditor.com/ticket/6322
-if (parseInt( navigator.userAgent.toLowerCase().match( /msie (\d+)/ )[1], 10 ) >= 9) {
+if (navigator.userAgent.toLowerCase().match( /msie (\d+)/ )
+        && parseInt( navigator.userAgent.toLowerCase().match( /msie (\d+)/ )[1], 10 ) >= 9) {
     // For IE9 or higher.
     FCKTools.RegisterDollarFunction = function( targetWindow )
     {

File diff suppressed because it is too large
+ 0 - 0
main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin_compressed.js


Some files were not shown because too many files changed in this diff