Changeset 38944

Show
Ignore:
Timestamp:
06/25/11 20:41:38 (2 years ago)
Author:
NeoCat
Message:

get lists after auth

Files:
1 modified

Legend:

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

    r38876 r38944  
    177177                twlUpdateMisc(); 
    178178        }, 
    179         init: function() { 
     179        auth: function() { 
    180180                lists_to_get.map(twlGetListInfo); 
    181181        },