Ticket #3735: 3735.patch
File 3735.patch, 733 bytes (added by , 16 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
393 393 { 394 394 setTimeout( function() 395 395 { 396 var $body = editor.document.$.body; 397 $body.runtimeStyle.marginBottom = '0px'; 398 $body.runtimeStyle.marginBottom = ''; 396 if ( editor.document ) 397 { 398 var $body = editor.document.$.body; 399 $body.runtimeStyle.marginBottom = '0px'; 400 $body.runtimeStyle.marginBottom = ''; 401 } 399 402 }, 1000 ); 400 403 } 401 404 },