mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
make colWidth always even
This commit is contained in:
parent
06d1f95b67
commit
501b55e0bf
3 changed files with 15 additions and 9 deletions
|
@ -4,7 +4,9 @@ FP.app.init = (function($){
|
|||
|
||||
var Book;
|
||||
|
||||
function init(){
|
||||
function init(){
|
||||
FP.core.crossBrowserColumnCss();
|
||||
|
||||
Book = new FP.Book("area", "/moby-dick/");
|
||||
//Book = new FP.Book("area", "/the-hound-of-the-baskervilles/");
|
||||
|
||||
|
@ -15,7 +17,7 @@ FP.app.init = (function($){
|
|||
setTimeout(function(){
|
||||
meta();
|
||||
toc();
|
||||
}, 100);
|
||||
}, 500);
|
||||
setTimeout(function(){
|
||||
toc();
|
||||
}, 1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue