Merged in feature/america (pull request #897)
Remove Zoho code to fix CSS styling.
This commit is contained in:
@@ -9,22 +9,15 @@
|
|||||||
<!-- <link rel="apple-touch-icon" href="logo192.png" /> -->
|
<!-- <link rel="apple-touch-icon" href="logo192.png" /> -->
|
||||||
<link rel="apple-touch-icon" href="logo192.png" />
|
<link rel="apple-touch-icon" href="logo192.png" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var $zoho = $zoho || {};
|
window.$crisp = [];
|
||||||
$zoho.salesiq = $zoho.salesiq || {
|
window.CRISP_WEBSITE_ID = "36724f62-2eb0-4b29-9cdd-9905fb99913e";
|
||||||
widgetcode:
|
(function () {
|
||||||
"2ee4b2212fbdb380fb1e5e612f1e2dd7fe52032bee013140e27458e960add8e65b3cc65a44e7ecddabee40ced28dcfbd",
|
d = document;
|
||||||
values: {},
|
s = d.createElement("script");
|
||||||
ready: function () {},
|
s.src = "https://client.crisp.chat/l.js";
|
||||||
};
|
s.async = 1;
|
||||||
var d = document;
|
d.getElementsByTagName("head")[0].appendChild(s);
|
||||||
s = d.createElement("script");
|
})();
|
||||||
s.type = "text/javascript";
|
|
||||||
s.id = "zsiqscript";
|
|
||||||
s.defer = true;
|
|
||||||
s.src = "https://salesiq.zoho.com/widget";
|
|
||||||
t = d.getElementsByTagName("script")[0];
|
|
||||||
t.parentNode.insertBefore(s, t);
|
|
||||||
d.write("<div id='zsiqwidget'></div>");
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user