fix: remove unused code in list_sidebar.js

This commit is contained in:
prssanna 2020-07-17 15:00:57 +05:30
parent 0a447adf53
commit 6ec70fc2f5

View file

@ -47,10 +47,6 @@ frappe.views.ListSidebar = class ListSidebar {
});
}
get_cat_tags() {
return this.cat_tags;
}
get_stats() {
var me = this;
frappe.call({
@ -130,8 +126,4 @@ frappe.views.ListSidebar = class ListSidebar {
this.sidebar.find(".stat-no-records").remove();
this.get_stats();
}
get_divider() {
return $('<li role="separator" class="divider"></li>');
}
};