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

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