cosmetic changes
This commit is contained in:
parent
df89abe6c2
commit
ac791ebf35
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ pandora.ui.changelogDialog = function() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
return Ox.formatDate(value, "%Y-%m-%d %H:%M:%S");
|
return Ox.formatDate(value, '%Y-%m-%d %H:%M:%S');
|
||||||
},
|
},
|
||||||
id: 'created',
|
id: 'created',
|
||||||
operator: '-',
|
operator: '-',
|
||||||
|
|
Loading…
Reference in a new issue