mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #1607 from int2001/crappy_user
Again Zero-Problems - now at Userlist
This commit is contained in:
@@ -267,4 +267,11 @@ $(document).ready(function(){
|
||||
}).getModalHeader().find('.modal-title').after('<i class="fas fa-spinner fa-spin fa-2x"></i>');
|
||||
|
||||
});
|
||||
|
||||
$("#adminusertable_filter label input").on('keyup', function (e) {
|
||||
tocrappyzero=$(this).val().toUpperCase().replaceAll(/0/g, 'Ø');
|
||||
$("#adminusertable_filter label input").val(tocrappyzero);
|
||||
$("#adminusertable_filter label input").trigger("input");
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user