diff --git a/frame.js b/frame.js index a1490691..44ad566a 100644 --- a/frame.js +++ b/frame.js @@ -1056,6 +1056,8 @@ Volcanos(chat.ONMOTION, {_init: function(can, target) { } }, orderShow: function(can, target, key, limit, delay) { if (can.user.isMobile) { return } target = target||can._output + if (!can.misc.Search(can, ice.MSG_DEBUG) == ice.TRUE) { return } + return var list = can.page.SelectChild(can, target, key||html.DIV_ITEM, function(target) { can.page.style(can, target, html.VISIBILITY, html.HIDDEN); return target }) limit = limit||html.ORDER_SHOW_LIMIT, delay = delay||html.ORDER_SHOW_DELAY can.core.Next(list, function(target, next, index) { diff --git a/plugin/table.js b/plugin/table.js index e2b3fbbe..ed2893a4 100644 --- a/plugin/table.js +++ b/plugin/table.js @@ -97,8 +97,7 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg, target) { return can.page.Append(can, target, [{view: [[html.ITEM, value.status]], list: [{view: html.ICON, list: [{img: icon}]}, {view: [mdb.NAME, "", value.name]}], _init: function(target) { cb && cb(target, value) }, onclick: function(event) { can.sup.onexport.record(can.sup, value.name, mdb.NAME, value) }}])._target - }) - can.onmotion.orderShow(can, target) + }), can.onmotion.orderShow(can, target) }, tree: function(can, list, field, split, cb, target, node) { node = node||{"": target} can.core.List(list, function(item) { item[field] && can.core.List(item[field].split(split), function(value, index, array) { if (!value) { return }