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
parent 131bb37caa
commit dc41c0dc07

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