diff --git a/www/support/ui.js b/www/support/ui.js index 8a66e7886..34207b219 100644 --- a/www/support/ui.js +++ b/www/support/ui.js @@ -28,6 +28,10 @@ define([ data.id = id; data.time = +new Date(); + if (!ctx.isAdmin) { + data.sender.userAgent = window.navigator && window.navigator.userAgent; + } + // Send the message to the admin mailbox and to the user mailbox common.mailbox.sendTo(type, data, { channel: supportChannel,