NIFI-250: - Removing link to jQuery migration script. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/02afcfbf Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/02afcfbf Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/02afcfbf
Branch: refs/heads/NIFI-250 Commit: 02afcfbf4585eba10be1aeb90674c43933b63d88 Parents: 10ebbf0 Author: Matt Gilman <[email protected]> Authored: Fri Mar 20 14:39:15 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Fri Mar 20 14:39:15 2015 -0400 ---------------------------------------------------------------------- .../src/main/webapp/WEB-INF/jsp/worksheet.jsp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/02afcfbf/nifi/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/WEB-INF/jsp/worksheet.jsp ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/WEB-INF/jsp/worksheet.jsp b/nifi/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/WEB-INF/jsp/worksheet.jsp index 3c32299..e34ce78 100644 --- a/nifi/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/WEB-INF/jsp/worksheet.jsp +++ b/nifi/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/WEB-INF/jsp/worksheet.jsp @@ -31,7 +31,6 @@ <link rel="stylesheet" href="../nifi/css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/main.css" type="text/css" /> <script type="text/javascript" src="../nifi/js/jquery/jquery-2.1.1.min.js"></script> - <script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script> <script type="text/javascript" src="../nifi/js/jquery/jquery.center.js"></script> <script type="text/javascript" src="../nifi/js/jquery/jquery.each.js"></script> <script type="text/javascript" src="../nifi/js/jquery/jquery.tab.js"></script>
