Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac5c451

Browse files
committed
grow conv
1 parent 385478f commit ac5c451

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/partials/head.hbs

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,19 @@
121121
});
122122
});
123123
</script>
124-
<!-- End OneSignal Code -->
124+
<!-- End OneSignal Code -->
125+
<!-- Start VWO Async SmartCode -->
126+
<script type='text/javascript'>
127+
window._vwo_code = window._vwo_code || (function(){
128+
var account_id=532283,
129+
settings_tolerance=2000,
130+
library_tolerance=2500,
131+
use_existing_jquery=false,
132+
is_spa=1,
133+
hide_element='body',
134+
135+
f=false,d=document,code={use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){
136+
window.settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);var a=d.createElement('style'),b=hide_element?hide_element+'{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}':'',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);this.load('https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&f='+(+is_spa)+'&r='+Math.random());return settings_timer; }};window._vwo_settings_timer = code.init(); return code; }());
137+
</script>
138+
<!-- End VWO Async SmartCode -->
139+

0 commit comments

Comments
 (0)