enhance reset doesn't need to re-init / preload
This commit is contained in:
parent
620cca8b4f
commit
0af57f1c52
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ function ComicBook(id, srcs, opts) {
|
|||
options.displayMode = "double";
|
||||
}
|
||||
$("#cb-toolbar .cb-layout").addClass(options.displayMode);
|
||||
ComicBook.prototype.draw();
|
||||
ComicBook.prototype.drawPage();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue