Listen to correct undo click for undoing deleting users

This commit is contained in:
Michael Gapczynski 2012-08-04 17:03:36 -04:00
parent 1ec27399a7
commit f95ca36b49
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ $(document).ready(function(){
});
// Handle undo notifications
$('#notification').hide();
$('#notification').click(function(){
$('#notification .undo').live('click', function() {
if($('#notification').data('deleteuser'))
{
$( 'tr' ).filterAttr( 'data-uid', UserList.deleteUid ).show();