зеркало из https://github.com/mozilla/gecko-dev.git
Bug 319730 Make unifinder searching case-insensitive. r=mvl
This commit is contained in:
Родитель
90f1e6661c
Коммит
d32e4a3407
|
@ -676,6 +676,7 @@ function refreshEventTree( eventArray )
|
|||
function refreshEventTreeInternal(eventArray)
|
||||
{
|
||||
var searchText = document.getElementById( "unifinder-search-field" ).value;
|
||||
searchText = searchText.toLowerCase();
|
||||
|
||||
// XXX match for strings with only whitespace. Skip those too
|
||||
if (searchText.length) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче