Pman.Download.js
[Pman.Core] / Pman.Download.js
index 43a81aa..ede9595 100644 (file)
@@ -50,7 +50,7 @@ Pman.Download = function(cfg)
     
     
     if (this.newWindow && this.method == 'GET') {
-            // as ie seems buggy...
+        // as ie seems buggy...
         window.open( this.url + '?' + Roo.urlEncode(this.params || {}), '_blank');
         return ; 
         
@@ -101,7 +101,7 @@ Pman.Download = function(cfg)
 //        });
 //    }
  
+    Roo.log(this.params);
     for(var i in this.params) {
         
         var el = this.form.createChild( {
@@ -172,6 +172,7 @@ Roo.apply(Pman.Download.prototype, {
        // if (requested < 2) {
        //     return;
         //} // n
+        alert('on load');
         Roo.log('onload?');
         if (!this.submit) {
             return false;