Skip to content

Commit

Permalink
Validate fields on Merge Tag insert #2159
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Dec 18, 2024
1 parent 7f71b81 commit 4a9b06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/admin-views.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@

.on( 'change', "#gravityview_settings", vcfg.changedSettingsAction )

.on( 'click', 'div[data-js="gform-simplebar"]', vcfg.changedSettingsAction )

.on( 'click', '.gv-field-details--toggle', function( e ) {

var $dialog = $( this ).parents('.ui-dialog');
Expand Down

0 comments on commit 4a9b06f

Please sign in to comment.