From 671d06aaa7683bf444172f0e9ca3cb29c2924b5b Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Thu, 13 Aug 2015 14:25:35 +0100 Subject: 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(+) (limited to 'templates') diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index 5d2ee5f619..3ac73d2a95 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 %} -- cgit 1.2.3-korg