From 337a952a2bc41a3d77d15b29a7c7740fa4d7dd01 Mon Sep 17 00:00:00 2001 From: Remy Date: Fri, 12 Aug 2011 16:10:43 -0700 Subject: [PATCH] Updated history template to show most recent first --- data/interfaces/default/history.html | 4 ++-- data/interfaces/remix/history.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/interfaces/default/history.html b/data/interfaces/default/history.html index 77d80d87..b79a43af 100644 --- a/data/interfaces/default/history.html +++ b/data/interfaces/default/history.html @@ -69,9 +69,9 @@ "sInfo":"Showing _START_ to _END_ of _TOTAL_ items", "sInfoEmpty":"Showing 0 to 0 of 0 items", "sInfoFiltered":"(filtered from _MAX_ total items)"}, - "bStateSave": true, "iDisplayLength": 25, - "sPaginationType": "full_numbers" + "sPaginationType": "full_numbers", + "aaSorting": [] }); }); diff --git a/data/interfaces/remix/history.html b/data/interfaces/remix/history.html index 77d80d87..b79a43af 100644 --- a/data/interfaces/remix/history.html +++ b/data/interfaces/remix/history.html @@ -69,9 +69,9 @@ "sInfo":"Showing _START_ to _END_ of _TOTAL_ items", "sInfoEmpty":"Showing 0 to 0 of 0 items", "sInfoFiltered":"(filtered from _MAX_ total items)"}, - "bStateSave": true, "iDisplayLength": 25, - "sPaginationType": "full_numbers" + "sPaginationType": "full_numbers", + "aaSorting": [] }); });