From 90f6db2da07a2304dac1a5870ef5d53b8bfbfb30 Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Fri, 20 Feb 2015 08:17:25 +0000 Subject: templates/rrs/recipes.html: Only apply sort to Recipe column at load MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- templates/rrs/recipes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index 0340b03425..ac673f705b 100644 --- a/templates/rrs/recipes.html +++ b/templates/rrs/recipes.html @@ -285,7 +285,7 @@ $(document).ready(function() { {% if recipe_list_count > 0 %} $(recipesTable).tablesorter({ - sortList: [[0,0], [3,0], [4,0]], + sortList: [[0,0]], headers: { 1: { sorter: false }, 2: { sorter: false }, -- cgit 1.2.3-korg