8 lines
240 B
JavaScript
8 lines
240 B
JavaScript
Diaspora.Pages.InvitationsEdit = function() {
|
|
var self = this;
|
|
|
|
this.subscribe("page/ready", function(evt, body) {
|
|
jQuery.ajaxSetup({'cache': true});
|
|
$('#user_username').twipsy({trigger: 'select', placement: 'right'});
|
|
});
|
|
};
|