[fix] [minor] all variance related reports fixed

This commit is contained in:
Akhilesh Darjee
2013-11-20 13:25:04 +05:30
parent d665ab2dd7
commit 20f93546eb
4 changed files with 13 additions and 12 deletions

View File

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