Skip to content

Commit

Permalink
Update gplcb-set-max-by-field-value.js
Browse files Browse the repository at this point in the history
Fixed whitespace.
  • Loading branch information
spivurno authored Mar 10, 2022
1 parent a196f8a commit 3a46e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gp-limit-checkboxes/gplcb-set-max-by-field-value.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
gform.addFilter( 'gplc_group', function( group, fieldId, $elem, gplc ) {

var formId = 123,
checkboxFieldId = 4,
maxFieldId = 5;
checkboxFieldId = 4,
maxFieldId = 5;

var $maxField = $( '#input_{0}_{1}'.format( formId, maxFieldId ) );

Expand Down

0 comments on commit 3a46e78

Please sign in to comment.