FIX: Advanced search link doesn't work with subfolder installs.

This commit is contained in:
Guo Xiang Tan 2016-10-13 12:00:02 +08:00
parent 5dfaceb7a5
commit 994a03b3e3
1 changed files with 1 additions and 1 deletions

View File

@ -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'));