mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
AdminUI->Users: Options button was failing to submit after dynamically filtering results.
This commit is contained in:
@@ -90,7 +90,7 @@ class users_admin extends e_admin_dispatcher
|
|||||||
|
|
||||||
// $('#user-action-indicator-'+user).html('<i class="fa fa-cog"></i>'); //
|
// $('#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();
|
// e.stopPropagation();
|
||||||
|
|
||||||
var action = $(this).attr('data-action-type');
|
var action = $(this).attr('data-action-type');
|
||||||
|
Reference in New Issue
Block a user