@@ -317,7 +317,7 @@
$(document).on("keydown", function (e) {
if (window.location.pathname == "/products/new") {
- if (e.which === 8 && !$(e.target).is("input, textarea")) {
+ if (e.which === 8) {
e.preventDefault();
}