Pman.Download.js
authorChris <chris@roojs.com>
Mon, 4 Nov 2013 07:57:09 +0000 (15:57 +0800)
committerChris <chris@roojs.com>
Mon, 4 Nov 2013 07:57:09 +0000 (15:57 +0800)
Pman.Download.js

index 87e230e..dd8d959 100644 (file)
@@ -86,15 +86,15 @@ Pman.Download = function(cfg)
         target : this.newWindow ? '_new' : this.csvFrame.id,
         enctype : 'multipart/form-data'
     });
-    
-    if(this.doctype == 'pdf'){
-        this.pdfEmbed = b.createChild({
-            tag: 'embed',
-            src : this.url,
-            pluginspage : 'http://www.adobe.com/products/acrobat/readstep2.html',
-            alt: this.doctype
-        });
-    }
+//    
+//    if(this.doctype == 'pdf'){
+//        this.pdfEmbed = b.createChild({
+//            tag: 'embed',
+//            src : this.url,
+//            pluginspage : 'http://www.adobe.com/products/acrobat/readstep2.html',
+//            alt: this.doctype
+//        });
+//    }
  
  
     for(var i in this.params) {