X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fspecialchar%2Fdialogs%2Fspecialchar.js;h=cdfa7958f1d4bca4e072e5086329b9138ade3ac8;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hp=ff2fded93d43bac30a6fa9469b45b168d554197f;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/_source/plugins/specialchar/dialogs/specialchar.js b/_source/plugins/specialchar/dialogs/specialchar.js index ff2fded..cdfa795 100644 --- a/_source/plugins/specialchar/dialogs/specialchar.js +++ b/_source/plugins/specialchar/dialogs/specialchar.js @@ -126,8 +126,6 @@ CKEDITOR.dialog.add( 'specialchar', function( editor ) // RIGHT-ARROW case rtl ? 37 : 39 : - // TAB - case 9 : // relative is TD if ( ( relative = element.getParent().getNext() ) ) { @@ -160,8 +158,6 @@ CKEDITOR.dialog.add( 'specialchar', function( editor ) // LEFT-ARROW case rtl ? 39 : 37 : - // SHIFT + TAB - case CKEDITOR.SHIFT + 9 : // relative is TD if ( ( relative = element.getParent().getPrevious() ) ) { @@ -213,7 +209,7 @@ CKEDITOR.dialog.add( 'specialchar', function( editor ) while ( i < size ) { - html.push( '' ) ; + html.push( '' ) ; for ( var j = 0 ; j < columns ; j++, i++ ) {