Ticket #3274: 3274.patch
File 3274.patch, 679 bytes (added by , 14 years ago) |
---|
-
_source/plugins/elementspath/plugin.js
47 47 editor.on( 'themeSpace', function( event ) 48 48 { 49 49 if ( event.data.space == 'bottom' ) 50 event.data.html += '<div id="' + spaceId + '" class="cke_path"><span class="cke_empty"> </span></div> ';50 event.data.html += '<div id="' + spaceId + '" class="cke_path"><span class="cke_empty"> </span></div><div class="cke_break"></div>'; 51 51 }); 52 52 53 53 editor.on( 'selectionChange', function( ev )