Skip to content

Commit 378050a

Browse files
authored
gppa-remove-empty-choices.js: Updated whitespace that was buggin' me.
1 parent b670f80 commit 378050a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gp-populate-anything/gppa-remove-empty-choices.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* 1. Install this snippet with our free Custom JavaScript plugin.
66
* https://gravitywiz.com/gravity-forms-custom-javascript/
77
*/
8-
9-
var $containers = $( '.gfield--type-choice' );
8+
var $containers = $( '.gfield--type-choice' );
109

1110
// On page load.
1211
$containers.each( function() {

0 commit comments

Comments
 (0)