зеркало из https://github.com/mozilla/gecko-dev.git
bug 302291, download actions search fails if search contains any uppercase letters. r=mano.
This commit is contained in:
Родитель
28322458cb
Коммит
99b44c383a
|
@ -811,7 +811,7 @@ var gDownloadActionsWindow = {
|
|||
|
||||
function filterActions()
|
||||
{
|
||||
var filter = document.getElementById("filter").value;
|
||||
var filter = document.getElementById("filter").value.toLowerCase();
|
||||
if (filter == "") {
|
||||
gDownloadActionsWindow.clearFilter();
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче