Added Products

This commit is contained in:
Frank Schubert
2021-07-05 16:12:28 +02:00
parent 5c99e8008e
commit 4fae807663
21 changed files with 1040 additions and 13 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"); ?>