Add show all challenges button to all challenge views and refactor bonfire to use same modal and button ids

This commit is contained in:
Michael Q Larson
2015-03-29 17:09:12 -07:00
parent f0ae47dcf2
commit aa01a896a5
9 changed files with 63 additions and 35 deletions

View File

@@ -179,7 +179,7 @@ $(document).ready(function() {
});
$('#showAllButton').on('click', function() {
$('#all-bonfires-dialog').modal('show');
$('#all-challenges-dialog').modal('show');
});
$('.next-challenge-button').on('click', function() {