Merge branch 'master' of code.fronk.at:fronk/thetool

This commit is contained in:
Frank Schubert
2021-07-13 19:33:27 +02:00
37 changed files with 2304 additions and 17 deletions

View File

@@ -148,10 +148,10 @@
$(this).on('wheel.disableScroll', function (e) {
e.preventDefault()
})
})
});
$('form').on('blur', 'input[type=number]', function (e) {
$(this).off('wheel.disableScroll')
})
});
</script>
<?php include(realpath(dirname(__FILE__)."/../")."/footer.php"); ?>