mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-27 01:28:28 +08:00
fix footer
This commit is contained in:
parent
b238835e71
commit
b23ad77597
@ -515,12 +515,8 @@ var page = Page({
|
|||||||
})
|
})
|
||||||
|
|
||||||
page.onlayout(null, page.conf.layout)
|
page.onlayout(null, page.conf.layout)
|
||||||
page.footer.State("text", "")
|
page.footer.Order({"action": "", "text": ""}, ["action", "text"])
|
||||||
page.footer.State("action", "")
|
page.header.Order({"user": ""}, ["user"], function(event, item, value) {
|
||||||
page.footer.Order(["action", "text"])
|
|
||||||
|
|
||||||
page.header.State("user", "")
|
|
||||||
page.header.Order(["user"], function(event, item, value) {
|
|
||||||
page.confirm("logout?") && page.login.Exit()
|
page.confirm("logout?") && page.login.Exit()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user