Browse Source

[fix] skipped awesome bar options

version-14
pratu16x7 8 years ago
parent
commit
7595ea6891
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/ui/toolbar/awesome_bar.js

+ 1
- 1
frappe/public/js/frappe/ui/toolbar/awesome_bar.js View File

@@ -18,7 +18,6 @@ frappe.search.AwesomeBar = Class.extend({
autoFirst: true, autoFirst: true,
list: [], list: [],
filter: function (text, term) { filter: function (text, term) {
this.get_item(text.value).boo = "foo";
return true; return true;
}, },
data: function (item, input) { data: function (item, input) {
@@ -194,6 +193,7 @@ frappe.search.AwesomeBar = Class.extend({
} }
} else { } else {
out.push(option); out.push(option);
routes.push("");
} }
}); });
return out; return out;


Loading…
Cancel
Save