Skip to content

Commit

Permalink
Update panel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m committed Oct 20, 2014
1 parent b98b1f5 commit 7e63e19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ PageRecorderPanel.prototype = {
this["buildRecordOutputFor_unknown"](formatterData);
}

if (query !== "" || li.textContent.toLowerCase().indexOf(query) == -1) {
el.style.display = "none";
}

this.recordsEl.appendChild(li);
}

Expand Down

0 comments on commit 7e63e19

Please sign in to comment.