Skip to content

Commit abfb441

Browse files
authored
Update gw-prevent-duplicate-selections.js
1 parent e4407f9 commit abfb441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gravity-forms/gw-prevent-duplicate-selections.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* 2. Add 'gw-prevent-duplicates' to the CSS Class Name setting for any field in which duplicate selections
1717
* should be prevented.
18-
*
18+
*/
1919
$checkboxes = $( '.gw-prevent-duplicates' ).find( 'input' );
2020

2121
$checkboxes.click( function() {

0 commit comments

Comments
 (0)