From: Chris Date: Mon, 4 Nov 2013 07:53:07 +0000 (+0800) Subject: Pman.Download.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ff71dba3c67a139eea66e7f82fed0f2e2ea593fd Pman.Download.js --- 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 + }); }