Fix video plugin see!

08a54874ed
1.10.x
jmontoyaa 10 years ago
parent 15dda36aff
commit 7d175d49a0
  1. 4
      main/inc/lib/javascript/ckeditor/plugins/video/dialogs/video.js

@ -9,6 +9,10 @@ CKEDITOR.dialog.add( 'video', function ( editor )
if ( !value && this.id=='id' )
value = generateId();
if (value == '') {
return;
}
videoNode.setAttribute( this.id, value);
if ( !value )

Loading…
Cancel
Save