1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00
This commit is contained in:
Lu Wang 2013-02-06 19:52:34 +08:00
parent d476f566fd
commit b98ab8781e

View File

@ -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;}}';