Skip to content
Snippets Groups Projects
Commit f95ca36b authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Listen to correct undo click for undoing deleting users

parent 1ec27399
Branches
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment