This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
// hide the launcher on load so that only airim is visible | |
window.chaport.on('ready', function () { | |
window.chaport.hideLauncher(); | |
}) | |
// open chaport when live chat button is clicked | |
// hide the airim widget after opening | |
window.airim('on','liveChatClick',function(){ |