fix scroll to bottom issue

This commit is contained in:
Hideaki Tanabe 2015-01-08 23:10:23 +09:00
parent 4b5ebc38ef
commit fd782c3822
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ $(function() {
//autoresize
$('textarea').autosize();
$('#markdown').focus();
//$('#markdown').focus();
//leave
$(window).bind('beforeunload', function() {