Pman.Download.js
authoredward <edward@roojs.com>
Thu, 5 May 2016 04:38:24 +0000 (12:38 +0800)
committeredward <edward@roojs.com>
Thu, 5 May 2016 04:38:24 +0000 (12:38 +0800)
Pman.Download.js

index 1aed6d5..6627ed6 100644 (file)
@@ -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()