1

Is there a way to close the Applozic Web Client, e.g. when a user logs out?

mikebridge
  • 4,209
  • 2
  • 40
  • 50

1 Answers1

1

Try this:

$applozic("#mck-sidebox").mckModal('hide');
$applozic.fn.applozic('logout');
Devashish Mamgain
  • 2,077
  • 1
  • 18
  • 39
  • 1
    The 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