diff --git a/plugin/local/code/inner/output.js b/plugin/local/code/inner/output.js new file mode 100644 index 00000000..facfaf67 --- /dev/null +++ b/plugin/local/code/inner/output.js @@ -0,0 +1,6 @@ +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") + }, +}) \ No newline at end of file diff --git a/plugin/story/qrcode.js b/plugin/story/qrcode.js new file mode 100644 index 00000000..363dafec --- /dev/null +++ b/plugin/story/qrcode.js @@ -0,0 +1,3 @@ +Volcanos(chat.ONIMPORT, {_init: function(can, msg) { + msg.Dump(can) +}})