THeDesk Miria (17.1.0) complete

This commit is contained in:
Cutls
2019-03-06 20:56:39 +09:00
parent f45fa97e95
commit 381e661484
12 changed files with 106 additions and 103 deletions

View File

@@ -141,6 +141,11 @@ function post(mode,postvis) {
}else{
var mul=false;
}
if($("#poll-until:checked").val()=="1"){
var htt=true;
}else{
var htt=false;
}
var exin=pollCalc();
if(!exin){
todc("Error: Poll expires_in param")
@@ -148,7 +153,8 @@ function post(mode,postvis) {
toot.poll={
options: options,
expires_in: exin,
multiple: mul
multiple: mul,
hide_totals: htt
}
}
console.log(toot);