Index: trunk/admin/editor/cmseditor/editor/_source/internals/fckcommands.js =================================================================== diff -u -r1415 -r1695 --- trunk/admin/editor/cmseditor/editor/_source/internals/fckcommands.js (.../fckcommands.js) (revision 1415) +++ trunk/admin/editor/cmseditor/editor/_source/internals/fckcommands.js (.../fckcommands.js) (revision 1695) @@ -28,11 +28,14 @@ FCKCommands.GetCommand = function( commandName ) { - var oCommand = FCKCommands.LoadedCommands[ commandName ] ; + var oCommand = FCKCommands.LoadedCommands[ commandName ] ; + + if ( oCommand ) return oCommand ; + switch ( commandName ) {