fix a bug with client side validations and jquery cache thx 2 grippi for idea
This commit is contained in:
parent
642d20cecd
commit
3fa2592728
1 changed files with 1 additions and 0 deletions
|
|
@ -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'});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue