global search and replace for laconica -> statusnet

This commit is contained in:
Evan Prodromou
2009-08-25 18:53:24 -04:00
parent 99e3b1723b
commit 3567b9d708
63 changed files with 244 additions and 244 deletions

View File

@@ -17,7 +17,7 @@ $(document).ready(function(){
});
}
);
$.getJSON($('address .url')[0].href+'/api/laconica/groups/list.json?user_id=' + current_user['id'] + '&callback=?',
$.getJSON($('address .url')[0].href+'/api/statusnet/groups/list.json?user_id=' + current_user['id'] + '&callback=?',
function(groups){
$('#notice_data-text').autocomplete(groups, {
multiple: true,