[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [atlas/master] Sort search results by bandwidth by default (Fixes: #23781)
commit ff7426e789725c9a2c6381a7c9d363907df45b0b
Author: Iain R. Learmonth <irl@xxxxxxxx>
Date: Tue Nov 21 16:42:21 2017 +0000
Sort search results by bandwidth by default (Fixes: #23781)
---
js/views/search/do.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/views/search/do.js b/js/views/search/do.js
index d6c3599..3aa50fe 100644
--- a/js/views/search/do.js
+++ b/js/views/search/do.js
@@ -42,8 +42,8 @@ define([
],
// Save the state of the tables
"sDom": "<'row'<'span6'l><'span6 hide'f>r>t<'row'<'span6'i><'span6'p>>",
- "bStateSave": false,
- "aaSorting": [],
+ "bStateSave": false,
+ "aaSorting": [[2, "desc"]],
"fnDrawCallback": function( oSettings ) {
// Make the tooltips
$(".tip").tooltip();
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits