TheDesk Miho (ver.11)
This commit is contained in:
@@ -109,6 +109,8 @@ function media(b64, type) {
|
||||
}
|
||||
todc();
|
||||
$("#toot-post-btn").prop("disabled", false);
|
||||
$("#post-acct-sel").prop("disabled", true);
|
||||
Materialize.toast("ファイルアップロード後はアカウントを切り替えられません。", 1000);
|
||||
});
|
||||
}
|
||||
|
||||
|
@@ -68,6 +68,7 @@ function clear() {
|
||||
$("#cw").removeClass("cw-avail");
|
||||
$("#rec").text("いいえ");
|
||||
$("#mec").text("なし");
|
||||
$("#post-acct-sel").prop("disabled", false);
|
||||
var vis = localStorage.getItem("vis");
|
||||
if (!vis) {
|
||||
$("#vis").text("public");
|
||||
|
Reference in New Issue
Block a user