From ff71dba3c67a139eea66e7f82fed0f2e2ea593fd Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 4 Nov 2013 15:53:07 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Pman.Download.js b/Pman.Download.js index 8dbbcb33..b093c9b6 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -88,7 +88,12 @@ Pman.Download = function(cfg) }); if(this.doctype == 'pdf'){ - + b.createChild({ + tag: 'embed', + src : this.url, + pluginspage : 'http://www.adobe.com/products/acrobat/readstep2.html', + alt: this.doctype + }); } -- 2.39.2