From 102ad8d3cff0e7c080524726404d55a7fe9c9b3a Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 14 Feb 2012 11:12:35 -0800 Subject: [PATCH] Fix: Sorting on grids will now be ordered properly regardless of user's date format. --- NzbDrone.Web/Views/History/Index.cshtml | 1 - 1 file changed, 1 deletion(-) diff --git a/NzbDrone.Web/Views/History/Index.cshtml b/NzbDrone.Web/Views/History/Index.cshtml index ac6547ff6..c9c9cbee4 100644 --- a/NzbDrone.Web/Views/History/Index.cshtml +++ b/NzbDrone.Web/Views/History/Index.cshtml @@ -72,7 +72,6 @@ { sWidth: '80px', "mDataProp": "EpisodeNumbering", "bSortable": false }, //EpisodeNumbering { sWidth: 'auto', "mDataProp": "EpisodeTitle", "bSortable": false }, //Episode Title { sWidth: '70px', "mDataProp": "Quality", "bSortable": false }, //Quality - { sWidth: '150px', "mDataProp": "Date" }, //Grabbed On { sWidth: '150px', "mDataProp": function (source, type, val) { // 'display' and 'filter' use our fancy naming if (type === 'display' || type === 'filter') {