This commit is contained in:
Baris Usakli
2013-11-22 12:26:21 -05:00
parent 08ef67e824
commit 332730575f

View File

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