diff --git a/erpnext/e_commerce/product_ui/search.js b/erpnext/e_commerce/product_ui/search.js index a2d8566e75..cfaf2cf109 100644 --- a/erpnext/e_commerce/product_ui/search.js +++ b/erpnext/e_commerce/product_ui/search.js @@ -3,7 +3,7 @@ erpnext.ProductSearch = class { /* Options: search_box_class (for custom search box) */ $.extend(this, opts); this.MAX_RECENT_SEARCHES = 4; - this.search_box_class = this.search_box_class || "#search-box" + this.search_box_class = this.search_box_class || "#search-box"; this.searchBox = $(this.search_box_class); this.setupSearchDropDown();