| 123456789101112131415161718192021 |
- <?php
- /**
- * Author: ExactMetrics team
- * Copyright 2018 ExactMetrics team
- * Author URI: https://exactmetrics.com
- * License: GPLv2 or later
- * License URI: http://www.gnu.org/licenses/gpl-2.0.html
- */
- ?>
- <style>
- .async-hide {
- opacity: 0 !important
- }
- </style>
- <script>
- (function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
- h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
- (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
- })(window,document.documentElement,'async-hide','dataLayer',4000,
- {'<?php echo $data['containerid']; ?>':true});
- </script>
|