Pman.Download.js
authorAlan Knowles <alan@roojs.com>
Tue, 4 Feb 2014 10:04:27 +0000 (18:04 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 4 Feb 2014 10:04:27 +0000 (18:04 +0800)
Pman.Download.js

index 658a510..447dd82 100644 (file)
@@ -280,7 +280,7 @@ Roo.apply(Pman.Download.prototype, {
         
         // do it as a post, as args can get long..
         this.params._get = 1;
-        this.method = 'POST';
+         this.method = this.method || 'POST';
     }
      
 });