mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
mix branch 'master'
This commit is contained in:
commit
9a2d3d7023
@ -1398,7 +1398,7 @@ function Output(plugin, type, msg, cb, target, option) {
|
||||
},
|
||||
|
||||
Download: function() {
|
||||
var type = ".csv", text = kit.Selector(output, "tr", function(tr) {
|
||||
var type = ".csv", text = kit.Selector(target, "tr", function(tr) {
|
||||
return kit.Selector(tr, "td,th", function(td) {
|
||||
return td.innerText
|
||||
}).join(",")
|
||||
|
Loading…
x
Reference in New Issue
Block a user