onChatMinimize

Method to set the widget to max

Minimise the widget state.

window.acquire = window.acquire || [];
 acquire.push(function(app){
     app.ui.status('min');
 });

Last updated