From d7bf07446f827854e1f29303e2d0bf361905fe63 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 5 May 2016 12:38:24 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.Download.js b/Pman.Download.js index 1aed6d50..6627ed67 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -146,7 +146,6 @@ Roo.apply(Pman.Download.prototype, { // private.. createCsvFrame: function() { - alert('run>'); if (this.csvFrame) { document.body.removeChild(this.csvFrame); } @@ -165,6 +164,8 @@ Roo.apply(Pman.Download.prototype, { document.frames[id].name = id; } + print_r('test??');exit; + }, onLoad : function() -- 2.39.2