remove extra uneeded on change event handler

pull/3108/head
Andrew Bauer 2021-01-09 15:09:20 -06:00
parent 9cb1709f77
commit 1ea4ee6ef1
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