Skip to content

Commit

Permalink
Fixed issue #10626: View source not working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Mar 10, 2016
1 parent 29d1869 commit daa34e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/admin/admin_core.js
Expand Up @@ -28,7 +28,7 @@ $(document).ready(function(){
if($('.htmleditor').length>0)
{
setTimeout(function(){
$('.cke_contents').width('100%');
$('.cke_contents').width('580px');
$iframes = $('.htmleditor').find('iframe');
//console.log('OK '+JSON.stringify($iframes));
$iframes.each(function(){
Expand Down

0 comments on commit daa34e8

Please sign in to comment.