From dc41c0dc0745f1236990d6f08574fb334f673000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Fri, 20 Feb 2015 08:17:25 +0000 Subject: [PATCH] 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(-) diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index 0340b03..ac673f7 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 },