NIFI-27: - Update to support newer version of jquery. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/732cb707 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/732cb707 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/732cb707
Branch: refs/heads/nifi-27 Commit: 732cb7071ec8f8f6983d2b5ec1de0928f148b86d Parents: 1a6f83e Author: Matt Gilman <[email protected]> Authored: Fri Dec 19 07:32:28 2014 -0500 Committer: Matt Gilman <[email protected]> Committed: Fri Dec 19 07:32:28 2014 -0500 ---------------------------------------------------------------------- .../nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/732cb707/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp ---------------------------------------------------------------------- diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp b/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp index f82cc6d..299cf4e 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp +++ b/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp @@ -21,7 +21,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>NiFi Documentation</title> - <script type="text/javascript" src="../nifi/js/jquery/jquery-1.7.min.js"></script> + <script type="text/javascript" src="../nifi/js/jquery/jquery-2.1.1.min.js"></script> <script type="text/javascript" src="js/application.js"></script> <link href="css/main.css" rel="stylesheet" type="text/css" /> <link href="css/component-usage.css" rel="stylesheet" type="text/css" />
