Changeset 29185
- Timestamp:
- 01/28/09 22:40:43 (4 years ago)
- Files:
-
- 1 modified
-
websites/twicli/regexp.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/regexp.js
r29134 r29185 59 59 ptab.pickup = new Array(); 60 60 ptab.id = 'pickup-' + tabname; 61 ptab.innerHTML = tabname;61 ptab.innerHTML = ptab.name = tabname; 62 62 ptab.href = '#'; 63 63 ptab.onclick = function() { switchRegexp(this); return false; }; … … 93 93 for (var k = 0; k < tab.pickup.length; k++) { 94 94 if (execRegexp(tw, tab.pickup[k])) { 95 s.className += " match-" + tab.name; 95 96 tab.className += ' new'; 96 97 if (tab.pickup[k].filter_flag)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)