improve tooltip in logs dialog

This commit is contained in:
rolux 2011-11-02 20:13:15 +00:00
parent f7af42889c
commit 2101548d74

View file

@ -87,7 +87,7 @@ pandora.ui.logsDialog = function() {
id: 'text', id: 'text',
title: 'Text', title: 'Text',
tooltip: function(data) { tooltip: function(data) {
return '<code style="font-size: 11px">' + data.text.replace(/\n/g, '<br/>') + '</code>'; return '<code style="font-size: 11px">' + data.text.replace(/\n\n/g, '<br/>') + '</code>';
}, },
visible: true, visible: true,
width: 640 width: 640