Project

General

Profile

Bug #1922 ยป 1922.patch

krileon, 17 August 2010 20:56

View differences:

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();
    (1-1/1)