Created
October 10, 2016 20:30
-
-
Save sarvar/ba6fc3444623ade878f00de74a9e0298 to your computer and use it in GitHub Desktop.
Zopim on Small Mobile Devices
This file contains hidden or 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
<!--Start of Zopim Live Chat Script--> | |
<script type="text/javascript"> | |
if (Math.min(window.screen.availHeight,window.screen.availWidth) > 480) { | |
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s= | |
: : : : : : : : : : : : : | |
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script'); | |
} | |
</script> | |
<!--End of Zopim Live Chat Script--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment