Skip to content

Instantly share code, notes, and snippets.

@sarvar
Created October 10, 2016 20:30
Show Gist options
  • Save sarvar/ba6fc3444623ade878f00de74a9e0298 to your computer and use it in GitHub Desktop.
Save sarvar/ba6fc3444623ade878f00de74a9e0298 to your computer and use it in GitHub Desktop.
Zopim on Small Mobile Devices
<!--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