Fix version to be downloaded
parent
5d7e7f8d30
commit
7fd227d56f
|
@ -52,8 +52,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
// Hock zoom events ...
|
// Hook zoom events ...
|
||||||
const zoomInButton = document.getElementById('zoom-plus');
|
const zoomInButton = document.getElementById('zoom-plus');
|
||||||
if (zoomInButton) {
|
if (zoomInButton) {
|
||||||
zoomInButton.addEventListener('click', () => {
|
zoomInButton.addEventListener('click', () => {
|
||||||
|
|
Loading…
Reference in New Issue