Ticket #7540: 7540.patch
File 7540.patch, 663 bytes (added by , 12 years ago) |
---|
-
_source/plugins/clipboard/plugin.js
395 396 { 396 397 // The very last guard to make sure the 397 398 // paste has successfully happened. (#7450) 398 if ( ! CKEDITOR.tools.trim( data.toLowerCase().replace( /<span[^>]+data-cke-bookmark[^<]*?<\/span>/g,'') ) )399 if ( !( data = CKEDITOR.tools.trim( data.toLowerCase().replace( /<span[^>]+data-cke-bookmark[^<]*?<\/span>/g,'' ) ) ) ) 399 400 return; 400 401 401 402 var dataTransfer = {};