Skip to content

Commit

Permalink
Make 'submit debug log'/'try again' clickable on error screen (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Mar 16, 2018
1 parent 5310114 commit 06bcae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions background.html
Expand Up @@ -733,10 +733,10 @@ <h3>{{ message }}</h3>
</div>
<div class='nav'>
<div>
<a class='button export'>{{ tryAgain }}</a>
<a class='button choose'>{{ tryAgain }}</a>
</div>
<div>
<a class='link debug-log'>{{ debugLogButton }}</a>
<a class='link submit-debug-log'>{{ debugLogButton }}</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 06bcae0

Please sign in to comment.