mirror of
https://shylinux.com/x/volcanos
synced 2025-07-02 04:21:19 +08:00
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
Volcanos(chat.ONFIGURE, {upload: {
|
|
onclick: function(event, can, meta, target, cbs) {
|
|
can.user.upload(event, can, function(msg) {
|
|
target.value = msg.Result()
|
|
})
|
|
},
|
|
}}) |