- remove wrong code

This commit is contained in:
ashubawork
2023-03-30 14:10:31 +03:00
parent 8a2932dc11
commit e2e7765600
2 changed files with 0 additions and 142 deletions
-14
View File
@@ -89,17 +89,3 @@ registerBlockType('um-block/um-forms', {
return null;
}
});
// jQuery(window).on( 'load', function($) {
// var observer = new MutationObserver(function(mutations) {
// mutations.forEach(function(mutation) {
//
// jQuery(mutation.addedNodes).find('.um.um-directory').each(function() {
// var directory = jQuery(this);
// um_ajax_get_members( directory );
// });
// });
// });
//
// observer.observe(document, {attributes: false, childList: true, characterData: false, subtree:true});
// });