Changeset 4828
- Timestamp:
- 01/18/08 02:59:16 (5 years ago)
- Files:
-
- 1 modified
-
lang/javascript/userscripts/syobocalplus.user.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/syobocalplus.user.js
r2887 r4828 27 27 "テレ玉": {short_name: "テレ玉"}, 28 28 "tvk": {short_name: "tvk"}, 29 "TOKYO MX":{short_name: "MX"} 29 "TOKYO MX":{short_name: "MX"}, 30 "MBS毎日放送": {short_name: "MBS", tagColor: "#8a8"}, 31 "テレビ大阪": {short_name: "TVO", tagColor: "#8a8"} 30 32 }; 31 33 … … 442 444 return this.namedMap[name]; 443 445 444 var chobj = {index: this.count, tagcolor: (FixedChannels[name] ? TagColors[this.count%TagColors.length] : "#fec")}; 446 var chobj = { 447 index: this.count, 448 tagcolor: (FixedChannels[name] ? (FixedChannels[name].tagColor ? FixedChannels[name].tagColor : TagColors[this.count%TagColors.length]) : "#fec") 449 }; 445 450 chobj.chclass = "ch-class-"+chobj.index; 446 451 this.namedMap[name] = chobj;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)