Skip to content

Instantly share code, notes, and snippets.

var isMobile = false;
if (navigator.userAgent.match(/(iPhone|iPod|iPad|BlackBerry|Android|IEMobile)/)) {
isMobile = true; // TEMP Mobile hack workaround;
}
jQuery('#livechat .chat-bubble p>a').attr("onclick", "liveChatClick("+ isMobile +");")
jQuery('#livechat #agentpic>a').attr("onclick", "liveChatClick("+ isMobile +");")