This commit is contained in:
cutls
2020-11-28 07:26:18 +09:00
parent ec3c2369bc
commit 74af696ad5
2 changed files with 27 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ async function execPlugin(id, source, args) {
const json = await promise.json()
common.TOOT = asUtil.jsToVal(json)
common['TheDesk:changeText'] = asValue.FN_NATIVE((z) => {
if (getMeta(exe).dangerHtml) $(`[unique-id=${args.id}] .cvo`).html(z[0].value)
if (getMeta(exe).dangerHtml) $(`[unique-id=${args.id}] .toot`).html(z[0].value)
})
} else if (source == 'buttonOnPostbox') {
const postDt = post(null, false, true)