mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-04 15:09:17 +02:00
files_reader: More PDF madness, next/previous search hit navigation w/highlighting, etc...
This commit is contained in:
parent
640256c49b
commit
f909cd0f1b
11 changed files with 448 additions and 458 deletions
|
@ -120,7 +120,7 @@ PDFJS.reader.TocController = function() {
|
|||
scale = parseFloat(settings.thumbnailWidth / width);
|
||||
preloadcount = parseInt(window.innerHeight / placeholder_height) + 2;
|
||||
if (preloadcount > settings.numPages)
|
||||
preloadcount = numPages;
|
||||
preloadcount = settings.numPages;
|
||||
|
||||
var _timeout = setTimeout(function () {
|
||||
for (var i = 1; i <= preloadcount; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue