mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
updated pdfjs
This commit is contained in:
@@ -71,6 +71,9 @@ function renderPage(num) {
|
||||
renderPage(pageNumPending);
|
||||
pageNumPending = null;
|
||||
}
|
||||
}).then(function () {
|
||||
document.getElementById('the-canvas').scrollIntoView({behavior: 'smooth'})
|
||||
$.ajax({url: "/comic/set_page/{{nav.cur_path}}/" + (num-1) + "/"})
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user