mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
sizing textarea
This commit is contained in:
parent
75bd43bdf9
commit
6d6ac30dd6
@ -219,7 +219,7 @@ ST.ace_init = function() {
|
||||
}
|
||||
|
||||
// replace textarea
|
||||
$code.after('<div id="editor" style="left: 10px; width: 703px; height: 312px;"></div>');
|
||||
$code.after('<div id="editor" style="left: 0px; width: 900px; height: 379px;"></div>');
|
||||
$code.hide();
|
||||
|
||||
// init modes
|
||||
|
Loading…
x
Reference in New Issue
Block a user