fix nonprofit form and fix some mistakes in video links

This commit is contained in:
Michael Q Larson
2014-11-04 14:57:00 -08:00
parent 86129e3b6f
commit 80fbe1dee4
9 changed files with 123 additions and 123 deletions

View File

@@ -4,6 +4,7 @@ $(document).ready(function() {
$('.challenge-content').removeClass('hidden-element').addClass('animated fadeInDown');
});
$('.completed-challenge').on("click", function() {
// user.completedChallenges.push()
$('#complete-dialog').modal('show');
});
$('.skip-challenge').on("click", function() {