fix a bug with client side validations and jquery cache thx 2 grippi for idea

This commit is contained in:
Maxwell Salzberg 2012-01-19 15:59:20 -08:00
parent 642d20cecd
commit 3fa2592728

View file

@ -2,6 +2,7 @@ Diaspora.Pages.InvitationsEdit = function() {
var self = this; var self = this;
this.subscribe("page/ready", function(evt, body) { this.subscribe("page/ready", function(evt, body) {
jQuery.ajaxSetup({'cache': true});
$('#user_username').twipsy({trigger: 'select', placement: 'right'}); $('#user_username').twipsy({trigger: 'select', placement: 'right'});
}); });
}; };