|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <iframe id="viewer" name="viewer"></iframe>
|
|
|
|
|
|
|
+ <iframe name="viewer"></iframe>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
|
|
|
|
@@ -93,7 +93,7 @@
|
|
|
const clearSearchButton = document.getElementById( 'clearSearchButton' );
|
|
const clearSearchButton = document.getElementById( 'clearSearchButton' );
|
|
|
const panelScrim = document.getElementById( 'panelScrim' );
|
|
const panelScrim = document.getElementById( 'panelScrim' );
|
|
|
const filterInput = document.getElementById( 'filterInput' );
|
|
const filterInput = document.getElementById( 'filterInput' );
|
|
|
- let iframe = document.getElementById( 'viewer' );
|
|
|
|
|
|
|
+ let iframe = document.getElementsByName( 'viewer' )[ 0 ];
|
|
|
|
|
|
|
|
const pageLinks = {};
|
|
const pageLinks = {};
|
|
|
let navigation;
|
|
let navigation;
|