diff --git a/static/js/pandora/logsDialog.js b/static/js/pandora/logsDialog.js index 4e46c1561..592c0081b 100644 --- a/static/js/pandora/logsDialog.js +++ b/static/js/pandora/logsDialog.js @@ -134,7 +134,11 @@ pandora.ui.logsDialog = function() { }) ], closeButton: true, - content: $('').append($('
').css({margin: '16px'}).html(value.text)),
+                            content: $('').append($('
').css({
+                                margin: '16px',
+                                MozUserSelect: 'text',
+                                WebkitUserSelect: 'text'
+                            }).html(value.text)),
                             height: height - 48,
                             keys: {enter: 'close', escape: 'close'},
                             maximizeButton: true,