Changeset 39034 for websites

Show
Ignore:
Timestamp:
09/30/11 00:17:38 (20 months ago)
Author:
NeoCat
Message:

followers.js: should display followers_ids_list.length

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/twicli/plugins/followers.js

    r39033 r39034  
    4949        writeCookie('followers_ids', followers_ids_list.join(","), 3652); 
    5050        var status = document.getElementById("followers_status"); 
    51         if (status) status.innerHTML = "on (" + list.ids.length + ")"; 
     51        if (status) status.innerHTML = "on (" + followers_ids_list.length + ")"; 
    5252        if (list.next_cursor) 
    5353                xds.load(twitterAPI + 'followers/ids.json?cursor='+list.next_cursor_str, twfcRenew);