reloadUI

Reloading the UI from the acquire object

window.acquire = window.acquire || [];
acquire.push(function(app){
    app.reloadUI();
});

Last updated