forked from x/icebergs
add some
This commit is contained in:
parent
1dc5dbf547
commit
8ed6e6df65
@ -52,7 +52,7 @@ Volcanos(chat.ONIMPORT, {
|
||||
})
|
||||
},
|
||||
button: function(can, meta, target) { var item = can.base.Obj(meta.meta); target.onclick = function(event) { can.onaction.route(event, can, item.route) } },
|
||||
layout: function(can, height, width) {
|
||||
layout: function(can, height, width) { if (!can.ui.layout) { return }
|
||||
can.ui.layout(height, width), can.ConfHeight(can.ui.main.offsetHeight), can.ConfWidth(can.ui.main.offsetWidth)
|
||||
if (can.user.isMobile && can.isCmdMode()) {
|
||||
can.page.style(can, can.ui.nav, html.HEIGHT, "", html.WIDTH, can.page.width())
|
||||
|
Loading…
x
Reference in New Issue
Block a user