remove extra uneeded on change event handler

This commit is contained in:
Andrew Bauer 2021-01-09 15:09:20 -06:00 committed by Isaac Connor
parent bbf233b332
commit 61dc0adb60
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ function getStat(params) {
}
function initPage() {
document.getElementById('scaleControl').addEventListener('change', changeScale);
if ( scale == '0' || scale == 'auto' ) changeScale();
// Don't enable the back button if there is no previous zm page to go back to