Pman.Download.js
authorAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2012 03:22:56 +0000 (11:22 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2012 03:22:56 +0000 (11:22 +0800)
Pman.Download.js

index 99740de..3303132 100644 (file)
@@ -217,6 +217,8 @@ Roo.apply(Pman.Download.prototype, {
             params : this.params
             
         });
+        this.url = this.grid.ds.proxy.conn.url;
+        this.method = this.grid.ds.proxy.conn.method ;
         
         // work out the cols
         Roo.each(this.grid.cm.config, function(c,i) {
@@ -236,4 +238,4 @@ Roo.apply(Pman.Download.prototype, {
     
      
      
-});
\ No newline at end of file
+});