From 2c0c065c9b5c159fcd1238660d76cf7e1cdeb190 Mon Sep 17 00:00:00 2001 From: shaoying Date: Sat, 26 Oct 2019 01:26:44 +0800 Subject: [PATCH] fix download --- usr/librarys/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/librarys/example.js b/usr/librarys/example.js index 658a6920..9a20974f 100644 --- a/usr/librarys/example.js +++ b/usr/librarys/example.js @@ -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(",")