From: Alan Knowles Date: Tue, 4 Feb 2014 10:04:46 +0000 (+0800) Subject: Pman.Download.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=11d009a21f118d297955c6d1ccb10775c405d38a Pman.Download.js --- diff --git a/Pman.Download.js b/Pman.Download.js index 447dd82b..1bae5f00 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -279,8 +279,11 @@ Roo.apply(Pman.Download.prototype, { this.params.limit = this.limit; // do it as a post, as args can get long.. - this.params._get = 1; - this.method = this.method || 'POST'; + + this.method = this.method || 'POST'; + if (this.method == 'POST') { + this.params._get = 1; + } } });