Pman.Download.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 14 Sep 2010 06:42:22 +0000 (14:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 14 Sep 2010 06:42:22 +0000 (14:42 +0800)
Pman.Download.js

index 5f0a386..eb8cc9c 100644 (file)
@@ -91,7 +91,7 @@ Pman.Download = function(cfg)
     });
  
     for(var i in cfg.params) {
-        if (('' +i).length > 1000) {
+        if (('' + cfg.params[i]).length > 1000) {
            var el = this.form.createChild( {
                 tag : 'textarea',
                 style: 'width:1px;height:1px',