Fix url for thumbnail. (still not working 100)

This commit is contained in:
Brendan Dahl 2012-01-27 10:53:37 -08:00
parent e7a0a2e129
commit 337806deed

View File

@ -862,7 +862,7 @@ var PageView = function pageView(container, content, id, pageWidth, pageHeight,
var ThumbnailView = function thumbnailView(container, page, id, pageRatio) {
var anchor = document.createElement('a');
anchor.href = '#' + id;
anchor.href = PDFView.getAnchorUrl('#page=' + id);
anchor.onclick = function stopNivigation() {
PDFView.page = id;
return false;