add: draft

This commit is contained in:
cutls
2020-11-17 01:00:32 +09:00
parent 7d9ab19eef
commit f2a4900f18
14 changed files with 197 additions and 87 deletions

View File

@@ -25,6 +25,7 @@ function pollToggle() {
}
$('#post-box').css('width', width + 'px')
$('#emoji').addClass('hide')
$('#draft').addClass('hide')
$('#poll').addClass('hide')
$('#pollsta').text(lang.lang_no)
}