PDavid commented on code in PR #6490: URL: https://github.com/apache/hbase/pull/6490#discussion_r1853542763
########## hbase-server/src/main/resources/hbase-webapps/master/table.jsp: ########## @@ -1267,9 +1275,7 @@ Actions: </div> <jsp:include page="footer.jsp" /> -<script src="/static/js/jquery.min.js" type="text/javascript"></script> <script src="/static/js/jquery.tablesorter.min.js" type="text/javascript"></script> -<script src="/static/js/bootstrap.min.js" type="text/javascript"></script> Review Comment: Here I removed these JQuery and Bootstrap JavaScript includes because `footer.jsp` is included just above and that includes these already. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
