Subversion Repository Public Repository

paulsmarketingbook

This repository has no backups
This repository's network speed is throttled to 100KB/sec

1
2
3
4
5
6
7
8
9
10
<?php if($_SERVER['HTTP_HOST'] == 'www.paulsmarketingbook.com') { ?>
    <!-- Start of LiveChat (www.livechatinc.com) code -->
    <script>
        window.__lc = window.__lc || {};
        window.__lc.license = 10773587;
        ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))
    </script>
    <noscript><a href="https://www.livechatinc.com/chat-with/10773587/" rel="nofollow">Chat with us</a>, powered by <a href="https://www.livechatinc.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a></noscript>
    <!-- End of LiveChat code -->
<?php } ?>

Commits for paulsmarketingbook/trunk/app/Views/footer_live_chat.php

Diff revisions: vs.
Revision Author Commited Message
9 Diff Diff farnott picture farnott Tue 18 May, 2021 15:08:02 +0000

live chat inc reinstated

8 Diff Diff farnott picture farnott Fri 23 Apr, 2021 12:47:50 +0000

swap live chat for mobile monkey

2 tporter picture tporter Mon 02 Nov, 2020 15:58:52 +0000

Migrated over to Codeignitor 4 codebase. Refactored code.