Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Issue 5864 (Improved search among Script files)
  • Loading branch information
SebastianZ committed Aug 24, 2012
1 parent 68c05b6 commit b518e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/content/firebug/firefox/bindings.xml
Expand Up @@ -1340,7 +1340,7 @@
{
if (child.localName == "menuitem")
{
var label = child.getAttribute("label").toLowerCase();
var label = child.getAttribute("tooltiptext").toLowerCase();
child._searchMatch = label.indexOf(substring) != -1;
if (child._searchMatch)
{
Expand Down

0 comments on commit b518e5b

Please sign in to comment.