turned the challenges list into a modal

This commit is contained in:
Michael Q Larson
2015-01-17 14:41:30 -08:00
parent 279df2995c
commit 7727368f34
4 changed files with 23 additions and 32 deletions

View File

@@ -31,8 +31,8 @@ $(document).ready(function() {
});
});
$('.skip-challenge').on('click', function() {
$('#skip-dialog').modal('show');
$('.all-challenges').on('click', function() {
$('#all-challenges-dialog').modal('show');
});
$('.next-button').on('click', function() {