Merge pull request #13661 from frederic34/patch-1

remove debug
This commit is contained in:
Laurent Destailleur 2020-04-20 16:03:25 +02:00 committed by GitHub
commit 4cd5a1d885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ class DolEditor
})';
$out .= '</script>'."\n";
}
var_dump($this->height);
$out .= '<pre id="'.$this->htmlname.'aceeditorid" style="'.($this->width ? 'width: '.$this->width.'px; ' : '');
$out .= ($this->height ? ' height: '.$this->height.'px; ' : '');
//$out.=" min-height: 100px;";