Changeset 509
- Timestamp:
- 10/17/07 13:57:41 (13 months ago)
- Files:
-
- 1 modified
-
lang/javascript/userscripts/syobocalplus.user.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/syobocalplus.user.js
r507 r509 138 138 this.namedMap[tid] = tobj; 139 139 140 this.nameDB += name;140 this.nameDB += this.filterSearchWord(name); 141 141 this.nameDB += "\uffff"; 142 142 … … 148 148 149 149 return tobj; 150 }, 151 152 filterSearchWord: function(raw) { 153 return raw.toLowerCase(); 150 154 }, 151 155 … … 162 166 163 167 searchTitle: function(kw) { 168 if (!kw) 169 return null; 170 171 kw = this.filterSearchWord(kw); 172 164 173 var matchedTitles = []; 165 174 var count = 0;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)