From 854f4315af03839f8268aaae8dd5c59a61491a22 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 4 Feb 2014 18:04:27 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Download.js b/Pman.Download.js index 658a510d..447dd82b 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -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'; } }); -- 2.39.2