remove debug
This commit is contained in:
parent
16e46c672c
commit
9697085f12
@ -259,7 +259,7 @@ class DolEditor
|
|||||||
})';
|
})';
|
||||||
$out .= '</script>'."\n";
|
$out .= '</script>'."\n";
|
||||||
}
|
}
|
||||||
var_dump($this->height);
|
|
||||||
$out .= '<pre id="'.$this->htmlname.'aceeditorid" style="'.($this->width ? 'width: '.$this->width.'px; ' : '');
|
$out .= '<pre id="'.$this->htmlname.'aceeditorid" style="'.($this->width ? 'width: '.$this->width.'px; ' : '');
|
||||||
$out .= ($this->height ? ' height: '.$this->height.'px; ' : '');
|
$out .= ($this->height ? ' height: '.$this->height.'px; ' : '');
|
||||||
//$out.=" min-height: 100px;";
|
//$out.=" min-height: 100px;";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user