Browse Source

[fix] lint

version-14
Rushabh Mehta 8 years ago
parent
commit
8c49f0b7a7
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      frappe/public/js/frappe/ui/base_list.js

+ 0
- 1
frappe/public/js/frappe/ui/base_list.js View File

@@ -185,7 +185,6 @@ frappe.ui.BaseList = Class.extend({
} }


if (this.meta) { if (this.meta) {
var filter_count = 1;
if(this.is_list_view) { if(this.is_list_view) {
$(`<span class="octicon octicon-search text-muted small"></span>`) $(`<span class="octicon octicon-search text-muted small"></span>`)
.prependTo(this.page.page_form); .prependTo(this.page.page_form);


Loading…
Cancel
Save