Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Oct 13, 2016
2 parents d3f7be4 + d5f71e1 commit f42f6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/builtin-pages/views/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function renderProtocolSettings () {
${registered.length
? yo`<div>Beaker is the default browser for <strong>${registered.join(', ')}</strong>.</div>`
: '' }
${unregistered.map(proto => yo`<div>Make Beaker the default browser for <strong>${proto}</strong>? <a class="icon icon-check" onclick=${register(proto)}> Yes</a>.</div>`)}
${unregistered.map(proto => yo`<div><strong>${proto}</strong> <a onclick=${register(proto)}>Make default <span class="icon icon-forward"></span></a></div>`)}
</div>`
}

Expand Down

0 comments on commit f42f6bb

Please sign in to comment.