From 11d009a21f118d297955c6d1ccb10775c405d38a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 4 Feb 2014 18:04:46 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; + } } }); -- 2.39.2