소스 검색

[fix] skipped awesome bar options

version-14
pratu16x7 8 년 전
부모
커밋
7595ea6891
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/public/js/frappe/ui/toolbar/awesome_bar.js

+ 1
- 1
frappe/public/js/frappe/ui/toolbar/awesome_bar.js 파일 보기

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


불러오는 중...
취소
저장