From c95b50542c519a66d6adbdc7031c5a5bafb75929 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 28 May 2018 18:44:49 +0200 Subject: Bug 779141 - CREATE_SUBDIRS breaks SERVER_BASED_SEARCH Added relPath also for the search (result) script (analogous to other fields in the query). --- templates/html/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/html/menu.js b/templates/html/menu.js index 89aaf57..433c15b 100644 --- a/templates/html/menu.js +++ b/templates/html/menu.js @@ -40,7 +40,7 @@ function initMenu(relPath,searchEnabled,serverSide,searchPage,search) { $('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu'); if (searchEnabled) { if (serverSide) { - $('#main-menu').append('
  • '); + $('#main-menu').append('
  • '); } else { $('#main-menu').append('
  • '); } -- cgit v0.12