1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2019-07-05 23:13:02 +08:00
parent b27e3064d1
commit b6c3c38bd3
2 changed files with 1 additions and 2 deletions

View File

@ -4,5 +4,5 @@ var version = struct {
host string host string
self int self int
}{ }{
"2019-07-05 20:11:19", "ZYB-20190522USI", 120, "2019-07-05 23:09:46", "com.mac", 42,
} }

View File

@ -195,7 +195,6 @@ page = Page({
}, },
Show: function(i) { Show: function(i) {
field.Pane.Back(river, output) field.Pane.Back(river, output)
var pane = this, foot = page.footer.Pane var pane = this, foot = page.footer.Pane
var cmds = ["brow", river, i||which[river]||0] var cmds = ["brow", river, i||which[river]||0]
cmds[2] || (output.innerHTML = ""), pane.Times(page.conf.refresh, cmds, function(line, index, msg) { cmds[2] || (output.innerHTML = ""), pane.Times(page.conf.refresh, cmds, function(line, index, msg) {