Commit f3e2de99 authored by JC Brand's avatar JC Brand

Document allow_dragresize option.

parent 586c9797
...@@ -107,8 +107,8 @@ ...@@ -107,8 +107,8 @@
}, },
refreshWebkit: function () { refreshWebkit: function () {
/* This works around a webkit bug. Refresh the browser's viewport, /* This works around a webkit bug. Refresh the browser's viewport,
* otherwise chatboxes are not moved along when one is closed. * otherwise chatboxes are not moved along when one is closed.
*/ */
if ($.browser.webkit) { if ($.browser.webkit) {
var conversejs = document.getElementById('conversejs'); var conversejs = document.getElementById('conversejs');
conversejs.style.display = 'none'; conversejs.style.display = 'none';
......
...@@ -122,6 +122,15 @@ Allow users to add one another as contacts. If this is set to false, the ...@@ -122,6 +122,15 @@ Allow users to add one another as contacts. If this is set to false, the
sections will all not appear. Additionally, all incoming contact requests will be sections will all not appear. Additionally, all incoming contact requests will be
ignored. ignored.
allow_dragresize
----------------
* Default: ``true``
Allow users to resize chats by dragging the edges. Currently only supports
vertical resizing, horizontal resizing coming soon.
allow_muc allow_muc
--------- ---------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment