X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fdialogadvtab%2Fplugin.js;h=17486923f657d1c13b6b0af09b296d7274580eb7;hp=63222d20ff715edb599804417bf227ce56bf0a40;hb=4e90e78dc97789709ee7404359a5517540c27553;hpb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5 diff --git a/_source/plugins/dialogadvtab/plugin.js b/_source/plugins/dialogadvtab/plugin.js index 63222d2..1748692 100644 --- a/_source/plugins/dialogadvtab/plugin.js +++ b/_source/plugins/dialogadvtab/plugin.js @@ -36,14 +36,6 @@ function commitAdvParams() var attrName = this.att, value = this.getValue(); - // Broadcast Lang Dir change - if ( attrName == 'dir' ) - { - var dir = element.getAttribute( attrName ); - if ( dir != value && element.getParent() ) - this._.dialog._.editor.fire( 'dirChanged', { node : element, dir : value || element.getDirection( 1 ) } ); - } - if ( value ) element.setAttribute( attrName, value ); else