[fix] [minor] product search box fixed

This commit is contained in:
Akhilesh Darjee 2013-11-18 15:29:36 +05:30
parent 6ca0548231
commit 510a73a0de

View File

@ -22,7 +22,7 @@
return false;
});
$("#product-search").keypress(function(e) {
if(e.which==13) $("#product-search-btn").click();
if(e.which==13) $("#btn-product-search").click();
})
})
</script>