Ticket #5819: 5819.patch

File 5819.patch, 509 bytes (added by Sa'ar Zac Elias, 14 years ago)
  • _source/plugins/showborders/plugin.js

     
    129129                                        }
    130130                                } );
    131131                        }
     132
     133                        if ( editor.addRemoveFormatFilter )
     134                        {
     135                                editor.addRemoveFormatFilter( function( element )
     136                                        {
     137                                                if ( element.hasClass( showBorderClassName ) )
     138                                                        return false;
     139                                        });
     140                        }
    132141                }
    133142        });
    134143
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy