aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2015-02-20 08:17:25 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:51 +1200
commit90f6db2da07a2304dac1a5870ef5d53b8bfbfb30 (patch)
tree8581eb5d04f3516509a31294180e8ea0bc56269f /templates
parentc83535bd423ac390187e0bace8fbda5f89eb0af4 (diff)
downloadopenembedded-core-contrib-90f6db2da07a2304dac1a5870ef5d53b8bfbfb30.tar.gz
templates/rrs/recipes.html: Only apply sort to Recipe column at load
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/rrs/recipes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
index 0340b03425..ac673f705b 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 },