|
|
@ -612,10 +612,6 @@ var PDFView = { |
|
|
|
thumbsView.removeChild(thumbsView.lastChild); |
|
|
|
thumbsView.removeChild(thumbsView.lastChild); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if ('_loadingInterval' in thumbsView) { |
|
|
|
|
|
|
|
clearInterval(thumbsView._loadingInterval); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var container = document.getElementById('viewer'); |
|
|
|
var container = document.getElementById('viewer'); |
|
|
|
while (container.hasChildNodes()) { |
|
|
|
while (container.hasChildNodes()) { |
|
|
|
container.removeChild(container.lastChild); |
|
|
|
container.removeChild(container.lastChild); |
|
|
|