erikhatcher commented on a change in pull request #778: SOLR-10288 remove non minified js URL: https://github.com/apache/lucene-solr/pull/778#discussion_r302994809
########## File path: solr/webapp/web/index.html ########## @@ -53,8 +53,8 @@ <script src="libs/jquery-2.1.3.min.js"></script> <script src="libs/chosen.jquery.js"></script> <script src="libs/jquery.jstree.js"></script> - <script src="libs/angular.js"></script> - <script src="libs/angular-chosen.js"></script> + <script src="libs/angular.min.js"></script> Review comment: my diff in the comment didn't include this, but yeah this is of course necessary too. there's some other references that would need updating too? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
