FIX: Advanced search link doesn't work with subfolder installs.
This commit is contained in:
parent
5dfaceb7a5
commit
994a03b3e3
|
@ -44,7 +44,7 @@ createWidget('search-context', {
|
|||
]));
|
||||
}
|
||||
|
||||
result.push(this.attach('link', { href: '/search?isExpanded=true',
|
||||
result.push(this.attach('link', { href: Discourse.getURL('/search?isExpanded=true'),
|
||||
label: 'show_help',
|
||||
className: 'show-help' }));
|
||||
result.push(h('div.clearfix'));
|
||||
|
|
Loading…
Reference in New Issue