From 25b6b4024253e0a563a79f2d87ba4f6d733a1cd3 Mon Sep 17 00:00:00 2001 From: Upayavira Date: Tue, 3 Nov 2015 11:43:35 +0000 Subject: [PATCH] SOLR-7858 Make default URL=/ git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712260 13f79535-47bb-0310-9956-ffa450edef68 --- solr/webapp/web/js/angular/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/webapp/web/js/angular/app.js b/solr/webapp/web/js/angular/app.js index d7e4b1f5503..3986a74d1d9 100644 --- a/solr/webapp/web/js/angular/app.js +++ b/solr/webapp/web/js/angular/app.js @@ -137,7 +137,7 @@ solrAdminApp.config([ IS_ROOT_PAGE: 1, IS_CORE_PAGE: 2, IS_COLLECTION_PAGE: 3, - ROOT_URL: "/index.html" + ROOT_URL: "/" }) .filter('highlight', function($sce) { return function(input, lang) {