# onChatMaximize

Maximise the widget state

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