Changeset 861

Show
Ignore:
Timestamp:
2008-03-06 22:28:07 (10 months ago)
Author:
MaierMan
Message:

#557: Fast Filtering only sees text within the url column
fix regression

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/chrome/content/common/overlayFunctions.js

    r832 r861  
    528528                        links = links.filter( 
    529529                                function(link) { 
    530                                         if (additional.match(link.url.url) || additional.match(link.desc)) { 
     530                                        if (additional.match(link.url.url) || additional.match(link.description)) { 
    531531                                                return true; 
    532532                                        }