Pman.Download.js
authorAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2012 03:27:42 +0000 (11:27 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2012 03:27:42 +0000 (11:27 +0800)
Pman.Download.js

index 9a17844..5b30d0f 100644 (file)
@@ -62,7 +62,7 @@ Pman.Download = function(cfg)
     if (this.method == 'GET' && !this.params) {
         (function() {
             submit = true;
-            this.csvFrame.src = this.url;
+            this.csvFrame.src = cfg.url;
             this.cleanup.defer(cfg.timeout || 30000,this);
         }).defer(100, this);