allow resizing chat from left/top as well

v1.18.x
Leonardo Vieira 9 years ago committed by Julian Lam
parent bff844806f
commit e4afa67956

@ -204,6 +204,7 @@ define('chat', [
app.loadJQueryUI(function() {
chatModal.find('.modal-content').resizable({
handles: 'n, e, s, w, se',
minHeight: 250,
minWidth: 400
});

Loading…
Cancel
Save