diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-19 12:06:37 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-19 12:06:37 +0300 |
| commit | 2ecf9b8d31457175c6cc4ca5a441a165556afb77 (patch) | |
| tree | ac78bb6e4432d239af3f752972c03c8ef473cadb /res/index.html | |
| parent | 07d1955cefc093ffb12002902ed45e963030746e (diff) | |
More buttons
Emotes, filters, config, server history, autologin, tab blinking
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/index.html b/res/index.html index b174733..9b5d6f4 100644 --- a/res/index.html +++ b/res/index.html @@ -68,7 +68,7 @@ </div> <div id="userlist" style="height: 389px;"></div> <div class="linewrap" id="messagebuffer" style="height: 389px;"></div> - <input class="form-control" id="chatline" type="text" maxlength="500"> + <input class="form-control" id="chatline" type="text"> <div class="input-group" id="guestlogin" style="display: none;"><span class="input-group-addon">${enterAsGuest}</span> <input class="form-control" id="guestname" type="text" placeholder="${yourName}"> </div> @@ -108,9 +108,7 @@ <div class="row" id="playlistrow"> <div class="col-lg-5 col-md-5" id="leftpane"> <div class="row" id="leftpane-inner"> - <div class="col-lg-12 col-md-12" id="smileswrap"> - <!-- <img class="smile-preview" src="css/Sfich1B.png" title=":pinkie:"> --> - </div> + <div class="col-lg-12 col-md-12" id="smileswrap"></div> <div class="col-lg-12 col-md-12" id="playlistmanagerwrap"></div> </div> </div> |
