mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
closes #472, need to wait for transitions to end before ajaxifying or the overlays stays there (drunk)
This commit is contained in:
@@ -189,8 +189,10 @@ define(function() {
|
|||||||
}
|
}
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
if (!err) {
|
if (!err) {
|
||||||
|
detailsModal.on('hidden.bs.modal', function() {
|
||||||
|
ajaxify.go('admin/groups');
|
||||||
|
});
|
||||||
detailsModal.modal('hide');
|
detailsModal.modal('hide');
|
||||||
ajaxify.go('admin/groups');
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user