closes #472, need to wait for transitions to end before ajaxifying or the overlays stays there (drunk)

v1.18.x
Baris Soner Usakli 12 years ago
parent 9b7c9e4a81
commit ed42012058

@ -189,8 +189,10 @@ define(function() {
}
}, function(err) {
if (!err) {
detailsModal.on('hidden.bs.modal', function() {
ajaxify.go('admin/groups');
});
detailsModal.modal('hide');
ajaxify.go('admin/groups');
}
});
});

Loading…
Cancel
Save