From e35c997436dbce95a2128a86d9321514d69790e9 Mon Sep 17 00:00:00 2001 From: joewitt Date: Fri, 2 Jan 2015 00:59:41 -0500 Subject: [PATCH] NIFI-218 integrated expression-language-guide into web app --- .../nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp | 1 + .../web/nifi-web-docs/src/main/webapp/js/application.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 9b2d6df9d8..d2397de73d 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 @@ -44,6 +44,7 @@ diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/js/application.js b/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/js/application.js index 6983f01ea0..3efdbcce07 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/js/application.js +++ b/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/js/application.js @@ -259,7 +259,7 @@ $(document).ready(function () { }); // listen for on the rest api and user guide and developer guide and admin guide and overview - $('a.rest-api, a.user-guide, a.developer-guide, a.admin-guide, a.overview').on('click', function() { + $('a.rest-api, a.user-guide, a.developer-guide, a.admin-guide, a.overview, a.expression-language-guide').on('click', function() { selectComponent($(this).text()); });