mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Advanced search link doesn't work with subfolder installs.
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user