1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00

fix download

This commit is contained in:
shaoying 2019-10-26 01:26:44 +08:00
parent 45a8e7fc00
commit 2c0c065c9b

View File

@ -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(",")