From b98ab8781ee2d841f6343353fb0cd2e5d774a210 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 6 Feb 2013 19:52:34 +0800 Subject: [PATCH] .. --- share/pdf2htmlEX.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/pdf2htmlEX.js b/share/pdf2htmlEX.js index 2e3b589..81caadb 100644 --- a/share/pdf2htmlEX.js +++ b/share/pdf2htmlEX.js @@ -51,6 +51,7 @@ var pdf2htmlEX = (function(){ this.container = container; }; $.extend(Page.prototype, { + /* hide & show are for contents, the page frame is still there */ hide : function(){ this.b.removeClass('opened'); }, @@ -142,8 +143,6 @@ var pdf2htmlEX = (function(){ this.render(); }, - - pre_hide_pages : function() { /* pages might have not been loaded yet, so add a CSS rule */ var s = '@media screen{.b{display:none;}}';