We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3711a4 commit 18255d4Copy full SHA for 18255d4
src/views/components/settings.erb
@@ -51,8 +51,8 @@
51
<div id="tile">
52
<h2> Transport </h2>
53
<select id="transportSelect" class="select" onchange="transportChange(this.value)">
54
- <option value="libcurl"> Libcurl </option>
55
<option value="epoxy"> Epoxy </option>
+ <option value="libcurl"> Libcurl </option>
56
<option value="bare"> Bare </option>
57
<!-- option value="soon"> More Soon </option -->
58
</select>
0 commit comments