|
@@ -591,9 +591,6 @@ var PDFPageView = (function PDFPageViewClosure() {
|
|
|
|
|
|
this.annotationLayer = null;
|
|
this.annotationLayer = null;
|
|
|
|
|
|
- var anchor = document.createElement('a');
|
|
|
|
- anchor.name = '' + this.id;
|
|
|
|
-
|
|
|
|
var div = document.createElement('div');
|
|
var div = document.createElement('div');
|
|
div.id = 'pageContainer' + this.id;
|
|
div.id = 'pageContainer' + this.id;
|
|
div.className = 'page';
|
|
div.className = 'page';
|
|
@@ -602,7 +599,6 @@ var PDFPageView = (function PDFPageViewClosure() {
|
|
this.el = div; // TODO replace 'el' property usage
|
|
this.el = div; // TODO replace 'el' property usage
|
|
this.div = div;
|
|
this.div = div;
|
|
|
|
|
|
- container.appendChild(anchor);
|
|
|
|
container.appendChild(div);
|
|
container.appendChild(div);
|
|
}
|
|
}
|
|
|
|
|