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