Add show all challenges button to all challenge views and refactor bonfire to use same modal and button ids
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user