Changeset 35700
- Timestamp:
- 10/24/09 03:39:31 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/twitter.js
r35697 r35700 278 278 } else if (/RT\s+@\w*$/.test(args[0])){ 279 279 targetContext.title = ["Name + Text"]; 280 list = statuses.map(function(s) ["@" + s.user.screen_name + " #" + s.id + ": " + s.text, "-"]);280 list = statuses.map(function(s) ["@" + s.user.screen_name + ": " + s.text, "-"]); 281 281 } else { 282 282 targetContext.title = ["Name#ID","Entry"];
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)