mirror of
https://github.com/e107inc/e107.git
synced 2025-04-14 01:22:13 +02:00
AdminUI->Users: Options button was failing to submit after dynamically filtering results.
This commit is contained in:
parent
de4932d6da
commit
519e1f3f7e
@ -90,7 +90,7 @@ class users_admin extends e_admin_dispatcher
|
||||
|
||||
// $('#user-action-indicator-'+user).html('<i class="fa fa-cog"></i>'); //
|
||||
|
||||
$(".user-action").click(function(e){
|
||||
$(document).on('click', ".user-action", function(e){
|
||||
// e.stopPropagation();
|
||||
|
||||
var action = $(this).attr('data-action-type');
|
||||
|
Loading…
x
Reference in New Issue
Block a user