diff --git a/TODO b/TODO index e271122..682603b 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,6 @@ +key handler on $container instead of window? +fix get_next/prev_page + - dots issue - AdobeXML*.pdf - font issue diff --git a/share/pdf2htmlEX.js.in b/share/pdf2htmlEX.js.in index 9f1393c..ec8682a 100644 --- a/share/pdf2htmlEX.js.in +++ b/share/pdf2htmlEX.js.in @@ -394,7 +394,7 @@ var pdf2htmlEX = (function(){ e.preventDefault(); return; } - } + }); }, // Find the first page that is at least half a page below the current position get_next_page : function() {