FEATURE: search menu options opens full page search
This commit is contained in:
parent
f812c0e9a9
commit
6bf0bc3408
@ -44,7 +44,7 @@ createWidget('search-context', {
|
||||
]));
|
||||
}
|
||||
|
||||
result.push(this.attach('link', { action: 'showSearchHelp',
|
||||
result.push(this.attach('link', { href: '/search',
|
||||
label: 'show_help',
|
||||
className: 'show-help' }));
|
||||
result.push(h('div.clearfix'));
|
||||
|
||||
Reference in New Issue
Block a user