parent
1e924fe40f
commit
443a581b60
|
@ -1,4 +1,12 @@
|
|||
# Changelog:
|
||||
* **20.12.19**
|
||||
- Fixing chat URL escaping
|
||||
- Fixed issue [#77](https://github.com/TeaSpeak/TeaWeb/issues/77)
|
||||
- Implemented issue [#75](https://github.com/TeaSpeak/TeaWeb/issues/75) (Close Modals With ESC)
|
||||
- Improved the server info modal experience (Correctly showing no permissions)
|
||||
- Improved "About" modal overflow behaviour
|
||||
- Allow the client to use the scroll bar without closing the modal within modals
|
||||
|
||||
* **10.12.19**
|
||||
- Show the server online count along the server chat
|
||||
|
||||
|
|
|
@ -5204,12 +5204,12 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-buttons">
|
||||
<button class="btn btn-success button-update">{{tr "Refresh" /}}</button>
|
||||
<button class="btn btn-danger button-close">{{tr "Close" /}}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</script>
|
||||
<script class="jsrender-template" id="tmpl_server_info_bandwidth" type="text/html">
|
||||
<div> <!-- required for the renderer -->
|
||||
|
|
Loading…
Reference in New Issue