Skip to content

Commit eae9025

Browse files
committed
gw-choice-counter.php: Fixed an issue with Choice Counter not working for Image Choice field.
1 parent cfe290d commit eae9025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gravity-forms/gw-choice-counter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function output_script() {
9292
self.updateChoiceEventHandler = function() {
9393
requestAnimationFrame( function() {
9494
self.updateChoiceCount( self.formId, self.choiceFieldIds, self.countFieldId, self.values );
95-
}); // 10ms delay gives DOM time to reflect input change
95+
});
9696
};
9797

9898
self.init = function() {

0 commit comments

Comments
 (0)