diff options
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/index.html b/res/index.html index 99a524d..3125fc9 100644 --- a/res/index.html +++ b/res/index.html @@ -80,7 +80,8 @@ <input class="form-control" id="guestname" type="text" placeholder="${yourName}"> </div> <div class="input-group" id="guestpassword" style="display: none;"><span class="input-group-addon">${enterUserPassword}</span> - <input class="form-control" id="guestpass" type="text" placeholder="${yourPassword}"> + <input class="form-control" id="guestpass" type="password" placeholder="${yourPassword}"> + <div id="guestpass_icon" class="glyphicon glyphicon-eye-open"></div> </div> </div> <!-- <div class="gutter gutter-horizontal" style="width: 10px;"></div> --> |
