Listen to correct undo click for undoing deleting users

remotes/origin/stable45
Michael Gapczynski 13 years ago
parent 1ec27399a7
commit f95ca36b49
  1. 2
      settings/js/users.js

@ -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…
Cancel
Save