diff --git a/README.md b/README.md index 06b61a0bc..023c52d4e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ This release includes the following bug fixes and improvement: 1. Enhance hits panel * Add panel horizontal and vertical direction option * Fix metrics text and label overlap and margins +1. Support Solr 8.4 CSP requirements 1. Fix bettermap render issue when resized 1. Fix jshint warnings diff --git a/src/app/components/main.js b/src/app/components/main.js new file mode 100644 index 000000000..41d6bd111 --- /dev/null +++ b/src/app/components/main.js @@ -0,0 +1,3 @@ +"use strict"; + +require(['app'], function () {}); \ No newline at end of file diff --git a/src/index.html b/src/index.html index 4e7e67668..427c59c16 100755 --- a/src/index.html +++ b/src/index.html @@ -17,7 +17,7 @@ - +