initial
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
(function( $ ) {
|
||||
'use strict';
|
||||
|
||||
$(document).ready( function() {
|
||||
|
||||
// Replace roles dropdown with checkboxes in user editing / creation screens
|
||||
var rolesRow = $('select#role').closest('tr');
|
||||
rolesRow.html($('.asenha-roles-temporary-container tr').html());
|
||||
$('.asenha-roles-temporary-container').remove();
|
||||
|
||||
});
|
||||
|
||||
})( jQuery );
|
||||
Reference in New Issue
Block a user