diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html
--- a/rhodecode/templates/index_base.html
+++ b/rhodecode/templates/index_base.html
@@ -163,7 +163,7 @@
firstPageLinkLabel: '<<',
lastPageLinkLabel: '>>',
containers:['user-paginator']
- }),
+ }),
MSG_SORTASC:"${_('Click to sort ascending')}",
MSG_SORTDESC:"${_('Click to sort descending')}"
});
@@ -224,7 +224,7 @@
var data = ${c.data|n};
var myDataSource = new YAHOO.util.DataSource(data);
myDataSource.responseType = YAHOO.util.DataSource.TYPE_JSON;
-
+
myDataSource.responseSchema = {
resultsList: "records",
fields: [
@@ -243,7 +243,7 @@
var data = res.results || [],
filtered = [],
i,l;
-
+
if (req) {
req = req.toLowerCase();
for (i = 0; i
% endif
-
\ No newline at end of file