Julio Montoya 14 年之前
父節點
當前提交
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
 // 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.
     // For IE9 or higher.
     FCKTools.RegisterDollarFunction = function( targetWindow )
     FCKTools.RegisterDollarFunction = function( targetWindow )
     {
     {

文件差異過大導致無法顯示
+ 0 - 0
main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin_compressed.js


部分文件因文件數量過多而無法顯示