mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-12 03:06:23 +09:00
User friendly disable predefined fields
This commit is contained in:
@@ -5,7 +5,10 @@ jQuery(document).ready(function() {
|
||||
});
|
||||
|
||||
jQuery(document).on('click', 'a[data-silent_action^="um_"]',function(){
|
||||
|
||||
|
||||
if ( typeof jQuery(this).attr('disabled') !== 'undefined' )
|
||||
return false;
|
||||
|
||||
in_row = '';
|
||||
in_sub_row = '';
|
||||
in_column = '';
|
||||
@@ -50,4 +53,4 @@ jQuery(document).ready(function() {
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user