Changeset 15935 for lang/javascript/vimperator-plugins/trunk
- Timestamp:
- 07/17/08 20:43:15 (4 months ago)
- Files:
-
- 1 modified
-
lang/javascript/vimperator-plugins/trunk/wassr.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/wassr.js
r15082 r15935 1 1 // Vimperator plugin: "Update Wassr" 2 // Last Change: 03-Jul-2008. Jan 20082 // Last Change: 17-Jul-2008. Jan 2008 3 3 // License: Creative Commons 4 4 // Maintainer: mattn <mattn.jp@gmail.com> - http://mattn.kaoriya.net/ … … 40 40 var xhr = new XMLHttpRequest(); 41 41 var endPoint = target ? "http://api.wassr.jp/user_timeline.json?id=" + target 42 : "http://api.wassr.jp/statuses/friends_timeline.json ";42 : "http://api.wassr.jp/statuses/friends_timeline.json?id=" + username; 43 43 xhr.open("GET", endPoint, false, username, password); 44 44 // for debug
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)