mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
do not prevent events, otherwise the checkbox doesn't work anymore
This commit is contained in:
parent
84fca7227c
commit
e279a2f8e8
|
@ -36,7 +36,7 @@ class SeedDMS_View_RemoveUserFromProcesses extends SeedDMS_Theme_Style {
|
|||
?>
|
||||
$(document).ready( function() {
|
||||
$('body').on('click', 'label.checkbox', function(ev){
|
||||
ev.preventDefault();
|
||||
// ev.preventDefault();
|
||||
$('#kkkk.ajax').data('action', $(this).data('action'));
|
||||
$('#kkkk.ajax').trigger('update', {userid: $(this).data('userid'), task: $(this). data('task')});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user