mirror of
https://shylinux.com/x/community
synced 2025-04-26 01:54:05 +08:00
add some
This commit is contained in:
parent
3369e963b0
commit
8b82794772
@ -113,7 +113,8 @@ Volcanos(chat.ONIMPORT, {
|
||||
})
|
||||
},
|
||||
myList: function(can, msg, target) {
|
||||
var width = (can.ConfWidth()-40)/parseInt((can.ConfWidth()-40)/80); can.user.isMobile && !can.user.isLandscape() && (width = (can.ConfWidth()-40)/5)
|
||||
var width = (can.ConfWidth()-40)/parseInt((can.ConfWidth()-40)/80);
|
||||
(can.page.tagis(document.body, "body.width1") || can.user.isMobile && !can.user.isLandscape()) && (width = (can.ConfWidth()-40)/5)
|
||||
can.page.Append(can, target, msg.Table(function(value) { if (value.enable == ice.FALSE) { return }
|
||||
if (value.public && can.page.tagis(can._output, "div.output.public")) { can.onimport.myTitle(can, value.index, value.name, can.ui.mylist)
|
||||
can.onmotion.toggle(can, can.ui.mylist, true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user