Changeset 33175
- Timestamp:
- 05/09/09 04:57:18 (4 years ago)
- Location:
- websites/twicli
- Files:
-
- 2 modified
-
followers.js (modified) (2 diffs)
-
twicli.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/followers.js
r33172 r33175 13 13 }, 14 14 newMessageElement: function(ele, tw) { 15 if (followers_ids_list.length && !followers_ids[tw.user.id])15 if (followers_ids_list.length && myid != tw.user.id && !followers_ids[tw.user.id]) 16 16 for (var i = 0; i < ele.childNodes.length; i++) 17 17 if (ele.childNodes[i].className == "status") … … 21 21 22 22 function twfcFollwersIDsClear() { 23 followers_ids = [];23 followers_ids_list = followers_ids = []; 24 24 var status = document.getElementById("followers_status"); 25 25 if (status) status.innerHTML = "off"; -
websites/twicli/twicli.html
r33173 r33175 217 217 // ユーザ認証 218 218 var myname = null; 219 var myid = null; 219 220 var last_user = null; 220 221 function twAuth(a) { 221 222 if (a.error) return alert(a.error); 222 223 myname = last_user = a.screen_name; 224 myid = a.id; 223 225 } 224 226 </script> … … 438 440 } 439 441 // 最新タイムラインを取得 440 update = function() {442 update_inited = function() { 441 443 callPlugins("update"); 442 444 update_ele = loadXDomainScript(twitterURL + 'statuses/friends_timeline.json?seq=' + (seq++) + … … 854 856 setTimeout(function(){scrollTo(0, 1)}, 0); 855 857 // 初回アップデート 858 update = update_inited; // 初期化前にupdateが発生するのを防止 856 859 setTimeout(function(){update()}, 0); 857 860 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)