fix: Sider (missing semicolon)
This commit is contained in:
parent
f63f250630
commit
6583a83dd3
@ -3,7 +3,7 @@ erpnext.ProductSearch = class {
|
|||||||
/* Options: search_box_class (for custom search box) */
|
/* Options: search_box_class (for custom search box) */
|
||||||
$.extend(this, opts);
|
$.extend(this, opts);
|
||||||
this.MAX_RECENT_SEARCHES = 4;
|
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.searchBox = $(this.search_box_class);
|
||||||
|
|
||||||
this.setupSearchDropDown();
|
this.setupSearchDropDown();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user