diff --git a/const.js b/const.js index f746170b..785f7984 100644 --- a/const.js +++ b/const.js @@ -71,6 +71,7 @@ var mdb = {FOREACH: "*", RANDOMS: "%", INDEX: "index", EXPIRE: "expire", ORDER: "order", WEIGHT: "weight", ENABLE: "enable", DISABLE: "disable", + RENAME: "rename", DATA: "data", VIEW: "view", INPUTS: "inputs", CREATE: "create", REMOVE: "remove", UPDATE: "update", INSERT: "insert", DELETE: "delete", MODIFY: "modify", SELECT: "select", diff --git a/index.css b/index.css index ebb27b46..918a5c48 100644 --- a/index.css +++ b/index.css @@ -875,10 +875,10 @@ fieldset.Action.tabs table.content { width:100%; } fieldset.Action>div.output>fieldset.plugin:not(.float):not(.full):not(.cmd) { padding:var(--plugin-padding); margin:var(--plugin-margin); } fieldset.Action>div.output>fieldset.plugin:not(.float):not(.full):not(.cmd)>legend { float:none; } body.mobile fieldset.float:not(.full):not(.cmd)>legend { float:none; } -body.width6 fieldset.word>form.option>div.item.text>input { width:var(--project-width); } -body.width6 fieldset.trans>form.option>div.item.text>input { width:var(--project-width); } -body.width6 fieldset.xterm.story>form.option>div.item.hash input { width:var(--form-width); } -body.width6 fieldset.iframe>form.option input[name=hash] { width:var(--form-width); } +body.width6 fieldset.plugin.word>form.option>div.item.text>input { width:var(--project-width); } +body.width6 fieldset.plugin.iframe>form.option input[name=hash] { width:var(--form-width); } +body.width6 fieldset.plugin.trans>form.option>div.item.text>input { width:var(--project-width); } +body.width6 fieldset.story.xterm>form.option>div.item.hash input { width:var(--form-width); } body.width6 fieldset.desktop>div.output>div.desktop>fieldset.web.chat.iframe>form.option>div.item.hash>input { width:var(--river-width); } body.width2 fieldset.desktop>div.output>div.desktop>fieldset>form.option>div.item:last-child { margin-right:0; } body.mobile fieldset.word:not(.cmd)>form.option>div.item>input[name=path] { width:180px; } diff --git a/proto.js b/proto.js index 392c42ff..3dc1e56f 100644 --- a/proto.js +++ b/proto.js @@ -69,7 +69,8 @@ var Volcanos = shy({iceberg: "", volcano: "", frame: chat.FRAME_JS, _cache: {}, can.runAction(event, ctx.RUN, [index].concat(args), cb, true) }, runAction: function(event, action, args, cb, silent) { var msg = can.request(event, {_handle: ice.TRUE}) - can.request(can.base.isIn(msg._can, can, can._fields? can.sup: can.sub)? can.Option(): {})._caller() + // can.request(can.base.isIn(msg._can, can, can._fields? can.sup: can.sub)? can.Option(): {})._caller() + can.request(event, can.Option())._caller() can.run(event, [ctx.ACTION].concat(action, args||[]), cb, silent) }, search: function(event, cmds, cb) {