templates/rrs/recipes.html: Only apply sort to Recipe column at load

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
Aníbal Limón 2015-02-20 08:17:25 +00:00 committed by Paul Eggleton
parent c83535bd42
commit 90f6db2da0

View File

@ -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 },