Bug #1922 ยป 1922.patch
| administrator/components/com_comprofiler/view/view.user.php | ||
|---|---|---|
|
var taskVal = $(this).attr('href').substring(1);
|
||
|
$('#cbcheckedadminForm input[name=task]').val( taskVal );
|
||
|
if (taskVal == 'showusers') {
|
||
|
$('#userEditTable input').attr( 'value', null );
|
||
|
$('#cbcheckedadminForm')[0].submit();
|
||
|
} else {
|
||
|
$('#cbcheckedadminForm').submit();
|
||