From 87ec8558a40819fec6adfb78e6d463f1d94d55ab Mon Sep 17 00:00:00 2001 From: mtien Date: Thu, 25 Jun 2020 09:56:19 -0700 Subject: [PATCH] NIFI-7577 Update jquery usages. This closes #4357 Signed-off-by: Scott Aslan --- .../js/jquery/propertytable/jquery.propertytable.js | 8 ++++---- .../src/main/webapp/js/jquery/tabbs/jquery.tabbs.js | 2 +- .../webapp/js/nf/canvas/nf-remote-process-group-ports.js | 2 +- .../src/main/webapp/js/nf/canvas/nf-variable-registry.js | 4 ++-- .../nifi-web-ui/src/main/webapp/js/nf/nf-shell.js | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js index 4b08a3129f..638052423b 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js @@ -293,11 +293,11 @@ }); // create the button panel - var stringCheckPanel = $('
'); + var stringCheckPanel = $('
'); stringCheckPanel.appendTo(wrapper); // build the custom checkbox - isEmpty = $('
') + isEmpty = $('
') .on('change', function (event, args) { // if we are setting as an empty string, disable the editor if (args.isChecked) { @@ -953,7 +953,7 @@ }); // create the input field - $('