Skip to content

Commit

Permalink
Merge branch 't/10195' into major
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 13, 2013
2 parents 8690613 + 02f1401 commit cb6f552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions plugins/image/dialogs/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@
{
id: 'cmbTarget',
type: 'select',
requiredContent: 'a[target]',
label: editor.lang.common.target,
'default': '',
items: [
Expand Down
2 changes: 0 additions & 2 deletions plugins/image/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

if ( CKEDITOR.dialog.isTabEnabled( editor, pluginName, 'advanced' ) )
allowed = 'img[alt,dir,id,lang,longdesc,!src,title]{*}(*)';
if ( CKEDITOR.dialog.isTabEnabled( editor, pluginName, 'link' ) )
allowed += ';a[!href]';

// Register the command.
editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName, {
Expand Down

0 comments on commit cb6f552

Please sign in to comment.