Added changes to gravity_forms_golf_package.js
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 8 Oct 2015 15:00:58 +0000 (11:00 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 8 Oct 2015 15:00:58 +0000 (11:00 -0400)
js/custom/gravity_forms_golf_package.js

index 90f185c..2160f20 100644 (file)
@@ -117,7 +117,7 @@ $(document).ready(function () {
             }
             for (j = 0; j < $("#field_8_57 .gfield_list tbody tr").length; j += 1) {
                 for (i = 0; i < input; i += 1) {
-                    $("#rowA" + j).find("#cell2A").attr("id", "cell" + j);
+                   // $("#rowA" + j).find("#cell2A").attr("id", "cell" + j);
                     $("#rowB" + j).find("#cell2B").append();
                 }