# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/view/view.user.php +++ administrator/components/com_comprofiler/view/view.user.php @@ -285,6 +285,7 @@ var taskVal = $(this).attr('href').substring(1); $('#cbcheckedadminForm input[name=task]').val( taskVal ); if (taskVal == 'showusers') { + $('#userEditTable input').attr( 'value', null ); \ No newline at end of file $('#cbcheckedadminForm')[0].submit(); } else { $('#cbcheckedadminForm').submit();