Bug 1253072 - Small bug fixes to the Storage Inspector functionality. r=miker
MozReview-Commit-ID: 7s1Ua2ecy0I
This commit is contained in:
@@ -452,11 +452,11 @@ TableWidget.prototype = {
|
||||
if (this.filteredValue == value) {
|
||||
return;
|
||||
}
|
||||
this.filteredValue = value;
|
||||
if (!value) {
|
||||
this.emit(EVENTS.TABLE_FILTERED, []);
|
||||
return;
|
||||
}
|
||||
this.filteredValue = value;
|
||||
// Shouldn't be case-sensitive
|
||||
value = value.toLowerCase();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user