v1.18.x
Baris Usakli 11 years ago
parent 08ef67e824
commit 332730575f

@ -45,10 +45,12 @@ define(function() {
errorEl.html(errorText).removeClass('hide');
} else {
createModal.modal('hide');
errorEl.addClass('hide');
createNameEl.val('');
ajaxify.go('admin/groups');
createModal.on('hidden.bs.modal', function() {
ajaxify.go('admin/groups');
});
createModal.modal('hide');
}
});
});

Loading…
Cancel
Save