mod-build 3.6.4-beta.2 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -30,6 +30,9 @@
|
|
|
30
30
|
if (!window.willRedirectionOccurByVWO) {
|
|
31
31
|
clearTimeout(hardLimitTimer);
|
|
32
32
|
try {
|
|
33
|
+
// flag to call Modalytics.initHeapVwo() method in site level js
|
|
34
|
+
window.initHeapVwo = true;
|
|
35
|
+
|
|
33
36
|
{{#unless noheap}}
|
|
34
37
|
{{ fileInclude 'node_modules/mod-build/src/scripts/vendor/heap-tracking.js' }}
|
|
35
38
|
{{ fileInclude 'node_modules/mod-build/src/scripts/vendor/heap-vwo.js' }}
|