From: Alan Knowles Date: Tue, 4 Feb 2014 10:04:27 +0000 (+0800) Subject: Pman.Download.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=854f4315af03839f8268aaae8dd5c59a61491a22 Pman.Download.js --- 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'; } });