deprecated breadcrumbs, titles are now selectable

This commit is contained in:
Rushabh Mehta
2012-11-13 16:44:27 +05:30
parent 40f5b15e8c
commit 3684155f28
9 changed files with 16 additions and 49 deletions

View File

@@ -16,7 +16,8 @@
pscript['onload_question-view'] = function(wrapper) {
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.layout-appframe'));
wrapper.appframe.title('<span class="breadcrumbs"><a href="#questions">Knowledge Base</a></span>');
wrapper.appframe.title('Question');
wrapper.appframe.add_module_tab('Knowledge Base');
wrapper.add_answer_area = $('.add-answer-area').get(0);
}