mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
[toolbars] [design] commonified into common toolbar
This commit is contained in:
@@ -18,7 +18,7 @@ pscript['onload_question-view'] = function(wrapper) {
|
||||
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.layout-appframe'));
|
||||
wrapper.appframe.title('Question');
|
||||
wrapper.appframe.add_home_breadcrumb();
|
||||
wrapper.appframe.add_module_breadcrumb("Knowledge Base");
|
||||
wrapper.appframe.add_module_icon("Knowledge Base");
|
||||
wrapper.appframe.add_breadcrumb("icon-file");
|
||||
|
||||
wrapper.add_answer_area = $('.add-answer-area').get(0);
|
||||
|
||||
Reference in New Issue
Block a user