mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
reload via book object
This commit is contained in:
parent
3c7e267364
commit
c8022a2030
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ FPR.app.init = (function($){
|
|||
$(this).on("click", function() {
|
||||
localStorage.setItem("fontSize", $(this).attr("value"));
|
||||
//reload the page after selecting a new font
|
||||
$("#area iframe")[0].contentDocument.location.reload(true);
|
||||
Book.iframe.contentDocument.location.reload(true);
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue