Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/formidable_admin.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions js/src/admin/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -11372,6 +11372,10 @@ window.frmAdminBuildJS = function() {
fieldsUpdated = 0;
} );

// License keys save with their own button, and the payment section inputs are only used as tabs.
// This is delegated from the wrap element, not the document, because hideShowItem returns false and stops change events from reaching the document.
jQuery( '#form_global_settings' ).on( 'change', 'input:not(.frm-search-input):not(.frm_addon_license_key):not([name="frm_payment_section"]), select, textarea', fieldUpdated );

const manageStyleSettings = document.getElementById( 'manage_styles_settings' );
if ( manageStyleSettings ) {
manageStyleSettings.addEventListener(
Expand Down
Loading