allow for selection of user data in admin side of support tickets
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…
Reference in New Issue