mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
added annotator
This commit is contained in:
parent
f70ccc1aa9
commit
f55fb69008
23 changed files with 4397 additions and 25 deletions
|
@ -175,7 +175,7 @@ FPR.app.init = (function($){
|
|||
|
||||
$loader.hide();
|
||||
$divider.addClass("show");
|
||||
|
||||
|
||||
}
|
||||
|
||||
function goOnline(){
|
||||
|
@ -306,7 +306,7 @@ FPR.app.init = (function($){
|
|||
$settings.hide();
|
||||
$toc.show();
|
||||
}
|
||||
|
||||
|
||||
$open.on("click", function(){
|
||||
if($sidebar.hasClass("open")){
|
||||
hideSidebar();
|
||||
|
@ -325,9 +325,10 @@ FPR.app.init = (function($){
|
|||
Book.fromStorage(offline);
|
||||
});
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
return init;
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue