From ac791ebf35a893b2c3f38a325e40f607b11e5f24 Mon Sep 17 00:00:00 2001 From: rlx Date: Sat, 13 Aug 2016 13:56:29 +0200 Subject: [PATCH] cosmetic changes --- static/js/changelogDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/changelogDialog.js b/static/js/changelogDialog.js index cd5e49d6..5cf54358 100644 --- a/static/js/changelogDialog.js +++ b/static/js/changelogDialog.js @@ -75,7 +75,7 @@ pandora.ui.changelogDialog = function() { }, { 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', operator: '-',