Changeset 860
- Timestamp:
- 2008-03-06 22:27:29 (10 months ago)
- Files:
-
- trunk/chrome/content/common/overlayFunctions.js (modified) (1 diff)
- trunk/components/filterManager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/common/overlayFunctions.js
r833 r860 410 410 links = links.filter( 411 411 function(link) { 412 if (fast && (fast.match(link.url.usable) || fast.match(link.desc ))) {412 if (fast && (fast.match(link.url.usable) || fast.match(link.description))) { 413 413 return true; 414 414 } trunk/components/filterManager.js
r816 r860 221 221 222 222 match: function F_match(str) { 223 if (!str) { 224 return; 225 } 223 226 return this._regs.some( 224 227 function(reg) {
