Focus textarea.
This commit is contained in:
parent
bf95419461
commit
4b5ebc38ef
@ -115,6 +115,8 @@ $(function() {
|
||||
|
||||
//autoresize
|
||||
$('textarea').autosize();
|
||||
|
||||
$('#markdown').focus();
|
||||
|
||||
//leave
|
||||
$(window).bind('beforeunload', function() {
|
||||
|
Loading…
Reference in New Issue
Block a user