From d1cf13174f381ad87e794f7bf433f9d6d3241687 Mon Sep 17 00:00:00 2001 From: Nils Vogels Date: Sat, 26 Apr 2014 14:26:31 +0200 Subject: [PATCH] HomePage sort by active show first. Cherrypicking commits from former mr-orange fork. This is https://github.com/WebSpider/Sick-Beard/commit/744f1c7a5866b6d8f93f8ee56cdd5f975bf924d5 --- gui/slick/interfaces/default/home.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/slick/interfaces/default/home.tmpl b/gui/slick/interfaces/default/home.tmpl index b56df031..92f0f5b3 100644 --- a/gui/slick/interfaces/default/home.tmpl +++ b/gui/slick/interfaces/default/home.tmpl @@ -100,7 +100,7 @@ \$("#showListTable:has(tbody tr)").tablesorter({ - sortList: [[6,0],[2,0]], + sortList: [[6,1],[2,0]], textExtraction: { 0: function(node) { return \$(node).find("span").text().toLowerCase(); }, #if ( $layout != 'simple'):