Repository: incubator-nifi Updated Branches: refs/heads/develop 82174e460 -> 7f4e3d8af
NIFI-638: - Fixing the relative link when loading jquery locally. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/7f4e3d8a Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/7f4e3d8a Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/7f4e3d8a Branch: refs/heads/develop Commit: 7f4e3d8afc184493ce3a8ea379d161010bb880fd Parents: 82174e4 Author: Matt Gilman <[email protected]> Authored: Thu May 28 19:16:59 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Thu May 28 19:16:59 2015 -0400 ---------------------------------------------------------------------- .../nifi-web-api/src/main/resources/templates/index.html.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/7f4e3d8a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs index c44a47f..9627415 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs @@ -18,7 +18,7 @@ <title>{{info.title}}-{{info.version}}</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="shortcut icon" href="images/nifi16.ico"/> - <script type="text/javascript" src="../nifi/js/jquery/jquery-2.1.1.min.js"></script> + <script type="text/javascript" src="../../nifi/js/jquery/jquery-2.1.1.min.js"></script> <script type="text/javascript"> if (typeof window.jQuery === 'undefined') { document.write(unescape('%3Cscript src="https://code.jquery.com/jquery-2.1.1.min.js" type="text/javascript" %3E%3C/script%3E'));
