TheDesk Miria (17.0.1)-beta3

This commit is contained in:
cutls
2019-02-01 01:30:25 +09:00
parent 456500e954
commit 810a08c8e7
12 changed files with 169 additions and 36 deletions

View File

@@ -279,9 +279,11 @@ function redraft(id, acct_id){
show();
$("#textarea").val(html);
var cwtxt=$("[toot-id="+id+"] .cw_text").html();
cwtxt=$.strip_tags(cwtxt);
cw();
$("#cw-text").val(cwtxt);
if(cwtxt!=""){
cwtxt=$.strip_tags(cwtxt);
cw();
$("#cw-text").val(cwtxt);
}
}
}
//ピン留め