From 240e958fb1a6a7e7a7baa1507bf786752608d256 Mon Sep 17 00:00:00 2001 From: Peter Jaszkowiak
' +
@@ -68,7 +68,7 @@ define(function () {
$('#acp-search').parents('form').on('submit', function (ev) {
var firstResult = menu.find('li:first-child > a').attr('href');
- var href = firstResult ? firstResult : RELATIVE_PATH + '/search/' + input.val();
+ var href = firstResult ? firstResult : config.relative_path + '/search/' + input.val();
ajaxify.go(href.replace(/^\//, ''));
@@ -102,7 +102,7 @@ define(function () {
menu.find('.search-forum')
.not('.divider')
.find('a')
- .attr('href', RELATIVE_PATH + '/search/' + value)
+ .attr('href', config.relative_path + '/search/' + value)
.find('strong')
.html(value);
} else {