Revert "Set port variable instead of placeholder"
This reverts commit 6b4d2fddbb
.
...because it didn't work. I just got an empty box and the variable wasn't set
This commit is contained in:
parent
118b401d76
commit
f5855e0712
2 changed files with 1 additions and 4 deletions
|
@ -64,7 +64,7 @@
|
|||
<label class="control-label" for="host">WeeChat relay hostname and port number</label>
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control monospace" id="host" ng-model="host" placeholder="Address">
|
||||
<input type="text" class="form-control monospace" id="port" ng-model="port">
|
||||
<input type="text" class="form-control monospace" id="port" ng-model="port" placeholder="9001">
|
||||
</div>
|
||||
<label class="control-label" for="password">WeeChat relay password</label>
|
||||
<input type="password" class="form-control monospace" id="password" ng-model="password" placeholder="Password">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue