Merge pull request #441 from glowing-bear/connection-form

Don't capitalise host name
rewrite-with-urlplugin
David Cormier 11 years ago
commit 38be11fd24
  1. 2
      index.html

@ -69,7 +69,7 @@
<div class="input-group">
<div class="row no-gutter">
<div class="col-sm-9">
<input type="text" class="form-control favorite-font" id="host" ng-model="host" placeholder="Address" >
<input type="text" class="form-control favorite-font" id="host" ng-model="host" placeholder="Address" autocapitalize="off">
</div>
<div class="col-sm-3">
<input type="text" class="form-control favorite-font" id="port" ng-model="port" placeholder="Port">

Loading…
Cancel
Save