dont fail if sort was not set, fix logs dialog

This commit is contained in:
j 2012-02-23 23:16:02 +05:30
commit c1738fc346
2 changed files with 4 additions and 3 deletions

View file

@ -81,7 +81,7 @@ pandora.ui.logsDialog = function() {
width: 144
},
{
format: function(value) {
format: function(value, data) {
return formatURL(value, data.line);
},
id: 'url',