PATH:
home
/
lab2454c
/
elementalmill.com
/
wp-content
/
plugins
/
ultimate-member
/
includes
/
admin
/
assets
/
js
/** * This function updates the builder area with fields * * @returns {boolean} */ function um_admin_update_builder() { var form_id = jQuery('.um-admin-builder').data('form_id'); jQuery('.tipsy').hide(); jQuery.ajax({ url: wp.ajax.settings.url, type: 'POST', data: { action:'um_update_builder', form_id: form_id, nonce: um_admin_scripts.nonce }, success: function( data ) { jQuery('.um-admin-drag-ajax').html( data ); jQuery('.tipsy').hide(); /* trigger columns at start */ allow_update_via_col_click = false; jQuery('.um-admin-drag-ctrls.columns a.active').each( function() { jQuery(this).trigger('click'); }).promise().done( function(){ allow_update_via_col_click = true; }); UM_Rows_Refresh(); }, error: function( data ) { } }); return false; } jQuery( document ).ready( function() { if ( um_admin_builder_data.hide_footer ) { jQuery('#wpfooter').hide(); } });
[-] 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]
[-] .htaccess
[edit]
[-] um-admin-global.js
[edit]