fix: linting issues
This commit is contained in:
parent
71a8135261
commit
4da618adf5
1 changed files with 4 additions and 1 deletions
|
|
@ -257,7 +257,10 @@ frappe.breadcrumbs = {
|
|||
|
||||
clear() {
|
||||
this.$breadcrumbs = $(".navbar-breadcrumbs").empty();
|
||||
this.append_breadcrumb_element("/desk", frappe.utils.icon("monitor", {width: '18px', height: '18px'}));
|
||||
this.append_breadcrumb_element(
|
||||
"/desk",
|
||||
frappe.utils.icon("monitor", { width: "18px", height: "18px" })
|
||||
);
|
||||
},
|
||||
|
||||
toggle(show) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue