mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
d476f566fd
commit
b98ab8781e
@ -51,6 +51,7 @@ var pdf2htmlEX = (function(){
|
|||||||
this.container = container;
|
this.container = container;
|
||||||
};
|
};
|
||||||
$.extend(Page.prototype, {
|
$.extend(Page.prototype, {
|
||||||
|
/* hide & show are for contents, the page frame is still there */
|
||||||
hide : function(){
|
hide : function(){
|
||||||
this.b.removeClass('opened');
|
this.b.removeClass('opened');
|
||||||
},
|
},
|
||||||
@ -142,8 +143,6 @@ var pdf2htmlEX = (function(){
|
|||||||
|
|
||||||
this.render();
|
this.render();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
pre_hide_pages : function() {
|
pre_hide_pages : function() {
|
||||||
/* pages might have not been loaded yet, so add a CSS rule */
|
/* pages might have not been loaded yet, so add a CSS rule */
|
||||||
var s = '@media screen{.b{display:none;}}';
|
var s = '@media screen{.b{display:none;}}';
|
||||||
|
Loading…
Reference in New Issue
Block a user