PATH:
home
/
lab2454c
/
am.elementalrock.com
/
wp-content
/
plugins
/
ultimate-member
/
includes
/
admin
/
assets
/
js
jQuery( document ).ready( function() { /** * Licenses */ jQuery( document.body ).on( 'click', '.um_license_deactivate', function() { jQuery(this).siblings('.um-option-field').val(''); jQuery(this).parents('form.um-settings-form').trigger('submit'); }); /** * Not licenses page */ if ( jQuery( '#licenses_settings' ).length === 0 ) { var changed = false; jQuery( 'input, textarea, select' ).on('change', function() { changed = true; }); jQuery( '#um-settings-wrap .um-nav-tab-wrapper a, #um-settings-wrap .subsubsub a' ).on( 'click', function() { if ( changed ) { window.onbeforeunload = function() { return wp.i18n.__( 'Are sure, maybe some settings not saved', 'ultimate-member' ); }; } else { window.onbeforeunload = ''; } }); jQuery( '.submit input' ).on( 'click', function() { window.onbeforeunload = ''; }); } });
[-] um-admin-nav-menu.js
[edit]
[-] um-admin-blocks.js
[edit]
[-] um-admin-ajax.js
[edit]
[+]
..
[-] um-admin-modal.js
[edit]
[-] um-admin-blocks-shortcode.js
[edit]
[-] um-admin-builder.js
[edit]
[-] um-admin-scripts.js
[edit]
[-] um-admin-forms.js
[edit]
[-] um-admin-dragdrop.js
[edit]
[-] um-admin-settings.js
[edit]
[-] um-admin-form.js
[edit]
[-] um-admin-role-wrapper.js
[edit]
[-] um-admin-field.js
[edit]
[-] um-admin-global.js
[edit]