Is there a way to close the Applozic Web Client, e.g. when a user logs out?
Asked
Active
Viewed 128 times
1 Answers
1
Try this:
$applozic("#mck-sidebox").mckModal('hide');
$applozic.fn.applozic('logout');

Devashish Mamgain
- 2,077
- 1
- 18
- 39
-
1The first line did not close the launcher (i.e. the floating circle), but this did: `$applozic("#mck-sidebox-launcher").hide()`. It would be nice to have an API call to shut everything down. – mikebridge Jun 16 '17 at 20:17
-
thanks @mikebridge for the suggestion, we will add that. – Devashish Mamgain Jun 17 '17 at 07:46