Listen to correct undo click for undoing deleting users
This commit is contained in:
parent
1ec27399a7
commit
f95ca36b49
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue