From e5d6752be6207b3763cc3f5e8a38076960c15b72 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Thu, 13 Aug 2015 14:25:35 +0100 Subject: [PATCH] rrs: remove sorting from the 'No update reason' column MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nothing useful can come from sorting by this column. Signed-off-by: Belen Barros Pena Signed-off-by: Aníbal Limón --- templates/rrs/recipes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index 5d2ee5f..3ac73d2 100644 --- a/templates/rrs/recipes.html +++ b/templates/rrs/recipes.html @@ -293,6 +293,7 @@ $(document).ready(function() { 2: { sorter: false }, 5: { sorter: false }, 6: { sorter: false }, + 7: { sorter: false }, } }); {% endif %}