Changeset 24673
- Timestamp:
- 11/23/08 05:34:23 (7 weeks ago)
- Files:
-
- 1 modified
-
websites/twicli/twicli.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/twicli.html
r24541 r24673 230 230 <script type="text/javascript"> 231 231 var twitterURL = 'http://twitter.com/'; 232 var cookieVer = readCookie('ver') || 0;233 var updateInterval = readCookie('update_interval') || 45;234 var pluginstr = (cookieVer>0) && readCookie('tw_plugins') || ' search.js\nfavotter.js';235 var nr_limit = readCookie('limit') || 500; // 表示する発言数の上限236 var max_count = readCookie('max_count') || 50;237 var max_count_u = readCookie('max_count_u') || 50;232 var cookieVer = parseInt(readCookie('ver')) || 0; 233 var updateInterval = parseInt(readCookie('update_interval')) || 45; 234 var pluginstr = (cookieVer>0) && readCookie('tw_plugins') || 'outputz.js\nsearch.js\nfavotter.js'; 235 var nr_limit = parseInt(readCookie('limit')) || 500; // 表示する発言数の上限 236 var max_count = parseInt(readCookie('max_count')) || 50; 237 var max_count_u = parseInt(readCookie('max_count_u')) || 50; 238 238 var plugins = new Array; 239 239 var nr_tw = 0; … … 278 278 setReplyId(false); 279 279 in_reply_to_user = ""; 280 callPlugins("post", document.frm.status.value); 280 281 document.frm.status.select(); 281 282 setTimeout(resetFrm, 10); // twit送信後にフォームをクリア … … 704 705 } 705 706 function setPreps(limit, maxc, maxu, interval, plugin_list, style) { 706 writeCookie('ver', 0.1, 3652);707 writeCookie('ver', 1, 3652); 707 708 writeCookie('limit', limit, 3652); 708 709 writeCookie('max_count', maxc, 3652);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)