allow for selection of user data in admin side of support tickets
This commit is contained in:
parent
2a809cf120
commit
16e8c96210
@ -177,6 +177,8 @@ define([
|
||||
]);
|
||||
$(userData).click(function () {
|
||||
$(userData).find('pre').toggle();
|
||||
}).find('pre').click(function (ev) {
|
||||
ev.stopPropagation();
|
||||
});
|
||||
|
||||
var name = Util.fixHTML(content.sender.name) || Messages.anonymous;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user