Don't capitalise host name

Fixes #439
rewrite-with-urlplugin
Lorenz Hübschle-Schneider 11 years ago
parent 5b7f2b4ed1
commit 89391c0c61
  1. 2
      index.html

@ -69,7 +69,7 @@
<div class="input-group"> <div class="input-group">
<div class="row no-gutter"> <div class="row no-gutter">
<div class="col-sm-9"> <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>
<div class="col-sm-3"> <div class="col-sm-3">
<input type="text" class="form-control favorite-font" id="port" ng-model="port" placeholder="Port"> <input type="text" class="form-control favorite-font" id="port" ng-model="port" placeholder="Port">

Loading…
Cancel
Save