Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'diegopego-custom_problems_switch_back'
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 16, 2021
2 parents cf0e95f + df3fe17 commit e7aa44c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/server/code/views/choose_custom_problem.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $(() => {
});
});

$('button.switch').click(() => cd.goto(`/creator/choose_problem?${cd.urlParams()}`));
});
</script>

Expand All @@ -23,5 +24,6 @@ $(() => {
<div class="sub-title">choose a custom problem</div>
<%= erb :'shared/display_names' %>
<button type="button" class="large next">next</button>
<button type="button" class="small switch">switch to problems</button>
</div>
</div>

0 comments on commit e7aa44c

Please sign in to comment.