undo criteo script
This commit is contained in:
parent
55224926d9
commit
fbaf3668e4
|
@ -1 +0,0 @@
|
||||||
{"branch_name":"beta","last_commit_date":"2022-01-20T09:38:46.000Z","last_commit_author":"rakesh","last_commit_hash":"ad63d7d012c005f4fd033a9432f7feb1494fbf8e"}
|
|
|
@ -39,7 +39,7 @@
|
||||||
<!-- built files will be auto injected -->
|
<!-- built files will be auto injected -->
|
||||||
|
|
||||||
<!-- Listrak Analytics – Javascript Framework -->
|
<!-- Listrak Analytics – Javascript Framework -->
|
||||||
<!-- <script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var biJsHost = (("https:" == document.location.protocol) ? "https://" : "http://");
|
var biJsHost = (("https:" == document.location.protocol) ? "https://" : "http://");
|
||||||
(function (d, s, id, tid, vid) {
|
(function (d, s, id, tid, vid) {
|
||||||
var js, ljs = d.getElementsByTagName(s)[0];
|
var js, ljs = d.getElementsByTagName(s)[0];
|
||||||
|
@ -49,9 +49,9 @@
|
||||||
js.src = biJsHost + "cdn.listrakbi.com/scripts/script.js?m=" + tid + "&v=" + vid;
|
js.src = biJsHost + "cdn.listrakbi.com/scripts/script.js?m=" + tid + "&v=" + vid;
|
||||||
ljs.parentNode.insertBefore(js, ljs);
|
ljs.parentNode.insertBefore(js, ljs);
|
||||||
})(document, 'script', 'ltkSDK', 'yJ3fjhPTdCKx', '1');
|
})(document, 'script', 'ltkSDK', 'yJ3fjhPTdCKx', '1');
|
||||||
</script> -->
|
</script>
|
||||||
<!--START Pepperjam CODE-->
|
<!--START Pepperjam CODE-->
|
||||||
<!-- <script>
|
<script>
|
||||||
(function () {
|
(function () {
|
||||||
var a = document.createElement("script");
|
var a = document.createElement("script");
|
||||||
a.type = "text/javascript", a.async = !0, a.src = "//container.pepperjam.com/4135755510.js";
|
a.type = "text/javascript", a.async = !0, a.src = "//container.pepperjam.com/4135755510.js";
|
||||||
|
@ -62,10 +62,10 @@
|
||||||
b.parentNode.insertBefore(a, b)
|
b.parentNode.insertBefore(a, b)
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
</script> -->
|
</script>
|
||||||
<!--END Pepperjam CODE-->
|
<!--END Pepperjam CODE-->
|
||||||
<!-- Criteo Homepage Tag -->
|
<!-- Criteo Homepage Tag -->
|
||||||
<!-- <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
|
<script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.criteo_q = window.criteo_q || [];
|
window.criteo_q = window.criteo_q || [];
|
||||||
var deviceType = /iPad/.test(navigator.userAgent) ? "t" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? "m" : "d";
|
var deviceType = /iPad/.test(navigator.userAgent) ? "t" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? "m" : "d";
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
{ event: "setSiteType", type: deviceType },
|
{ event: "setSiteType", type: deviceType },
|
||||||
// { event: "viewHome" }
|
// { event: "viewHome" }
|
||||||
);
|
);
|
||||||
</script> -->
|
</script>
|
||||||
<!-- END Criteo Home Page Tag -->
|
<!-- END Criteo Home Page Tag -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -340,7 +340,7 @@ export default {
|
||||||
params: {},
|
params: {},
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
searchProducts() {
|
async searchProducts() {
|
||||||
if (this.timeout) clearTimeout(this.timeout);
|
if (this.timeout) clearTimeout(this.timeout);
|
||||||
this.timeout = setTimeout(() => {
|
this.timeout = setTimeout(() => {
|
||||||
if (this.searchData) {
|
if (this.searchData) {
|
||||||
|
|
Loading…
Reference in New Issue