Commit 7476eacc by Félicie

focus removed

parent 78f6aa31
Pipeline #1643 passed with stage
in 1 minute 30 seconds
......@@ -1601,10 +1601,6 @@ function display_products(params) {
}
}
})
.on('change', 'tbody td .product_qty_input', function () {
// Since data change is saved on blur, set focus on change in case of arrows pressed
$(this).focus();
})
.on('keypress', 'tbody td .product_qty_input', function(e) {
// Validate on Enter pressed
if (e.which == 13) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment