9 lines
252 B
JavaScript
9 lines
252 B
JavaScript
Diaspora.Pages.ContactsIndex = function() {
|
|
var self = this;
|
|
|
|
this.subscribe("page/ready", function(evt, document) {
|
|
self.infiniteScroll = self.instantiate("InfiniteScroll");
|
|
|
|
$('.conversation_button').twipsy({position: 'below'});
|
|
});
|
|
};
|