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