From 0c06c51874d3d66a26a209cca1a784ddc5a2d176 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Fri, 12 Mar 2021 10:28:57 -0700 Subject: [PATCH] removed submission block --- View/GrouperGroups/templatefields.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/View/GrouperGroups/templatefields.inc b/View/GrouperGroups/templatefields.inc index f6a06bd..f5b9524 100644 --- a/View/GrouperGroups/templatefields.inc +++ b/View/GrouperGroups/templatefields.inc @@ -241,9 +241,9 @@ toggleSympaOptions(isChecked(sympaCheck)); - $('#submit').on('click', function(ev) { + /*$('#submit').on('click', function(ev) { console.log($('#groupcreatetemplateformForm').serializeArray()); - ev.preventDefault(); - }); + //ev.preventDefault(); + });*/ }); \ No newline at end of file