Pman.Download.js
[Pman.Core] / Pman.Download.js
index 1aed6d5..50fac51 100644 (file)
@@ -115,6 +115,8 @@ Pman.Download = function(cfg)
         
         
     }
+    var test = Roo.urlDecode(Roo.Ajax.serializeForm(this.form.dom));
+    Roo.log(JSON.stringify(test););return;
     
     (function() {
         this.submit = true;
@@ -146,7 +148,6 @@ Roo.apply(Pman.Download.prototype, {
     // private..
     createCsvFrame: function()
     {
-        alert('run>');
         if (this.csvFrame) {
             document.body.removeChild(this.csvFrame);
         }