Skip to content
Snippets Groups Projects
ticket-view.inc.php 48.4 KiB
Newer Older
  • Learn to ignore specific revisions
  •             if(cid!=user.id
                        && $('.dialog#confirm-action #changeuser-confirm').length) {
    
                    $('#newuser').html(user.name +' <'+user.email+'>');
    
                    $('.dialog#confirm-action #action').val('changeuser');
                    $('#confirm-form').append('<input type=hidden name=user_id value='+user.id+' />');
                    $('#overlay').show();
                    $('.dialog#confirm-action .confirm-action').hide();
                    $('.dialog#confirm-action p#changeuser-confirm')
                    .show()
                    .parent('div').show().trigger('click');
                }
            });
        });
    });
    </script>