1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
2023-09-03 09:40:11 +08:00

6 lines
294 B
JavaScript

Volcanos(chat.ONIMPORT, {
_init: function(can, msg, cb) { cb && cb(msg)
can._output.innerHTML = can.misc.sessionStorage(can, [can.ConfIndex(), "output"])||""
can.page.style(can, can._output, html.MIN_HEIGHT, 200, html.WIDTH, can.ConfWidth(), "white-space", "pre", "padding", "10px")
},
})