Skip to content

Commit dbdbfd7

Browse files
committed
Update default-layout.html
1 parent 2af3c3a commit dbdbfd7

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

_layouts/default-layout.html

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,6 @@
9090
})
9191
</script>
9292

93-
<!-- Google Code for Remarketing Tag -->
94-
<script type="text/javascript">
95-
/* <![CDATA[ */
96-
var google_conversion_id = 1070358440;
97-
var google_custom_params = window.google_tag_params;
98-
var google_remarketing_only = true;
99-
/* ]]> */
100-
</script>
101-
<script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js">
102-
</script>
103-
<noscript>
104-
<div style="display:inline;">
105-
<img height="1" width="1" style="border-style:none;" alt="" src="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1070358440/?value=0&amp;guid=ON&amp;script=0"/>
106-
</div>
107-
</noscript>
10893

10994
<!-- Google Tag Manager -->
11095
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-538F83"
@@ -116,29 +101,6 @@
116101
})(window,document,'script','dataLayer','GTM-538F83');</script>
117102
<!-- End Google Tag Manager -->
118103

119-
<!-- Marketo Asynchronous Tracking Code for www.dynamsoft.com -->
120-
<script type="text/javascript">
121-
(function() {
122-
var didInit = false;
123-
function initMunchkin() {
124-
if(didInit === false) {
125-
didInit = true;
126-
Munchkin.init('465-JJI-384', { asyncOnly: true });
127-
}
128-
}
129-
var s = document.createElement('script');
130-
s.type = 'text/javascript';
131-
s.async = true;
132-
s.src = 'https://munchkin.marketo.net/munchkin.js';
133-
s.onreadystatechange = function() {
134-
if (this.readyState == 'complete' || this.readyState == 'loaded') {
135-
initMunchkin();
136-
}
137-
};
138-
s.onload = initMunchkin;
139-
document.getElementsByTagName('head')[0].appendChild(s);
140-
})();
141-
</script>
142104
</body>
143105

144106
</html>

0 commit comments

Comments
 (0)