equal
deleted
inserted
replaced
36 html += '<span style="' + row.rank_style + '">' + row.rank_title + '</span>'; |
36 html += '<span style="' + row.rank_style + '">' + row.rank_title + '</span>'; |
37 return html; |
37 return html; |
38 }, |
38 }, |
39 tableHeader: '<tr><th>' + $lang.get('user_autofill_heading_suggestions') + '</th></tr>', |
39 tableHeader: '<tr><th>' + $lang.get('user_autofill_heading_suggestions') + '</th></tr>', |
40 showWhenNoResults: true, |
40 showWhenNoResults: true, |
|
41 matchCase: true, |
41 noResultsHTML: '<tr><td class="row1" style="font-size: smaller;">' + $lang.get('user_autofill_msg_no_suggestions') + '</td></tr>' |
42 noResultsHTML: '<tr><td class="row1" style="font-size: smaller;">' + $lang.get('user_autofill_msg_no_suggestions') + '</td></tr>' |
42 }); |
43 }); |
43 } |
44 } |
44 } |
45 } |
45 |
46 |