Changeset 2326789
- Timestamp:
- 06/18/2020 02:43:19 PM (6 years ago)
- Location:
- rightmessage
- Files:
-
- 4 edited
- 1 copied
-
tags/0.9.4 (copied) (copied from rightmessage/trunk)
-
tags/0.9.4/views/tracking-code.php (modified) (2 diffs)
-
tags/0.9.4/wp-rightmessage.php (modified) (1 diff)
-
trunk/views/tracking-code.php (modified) (2 diffs)
-
trunk/wp-rightmessage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rightmessage/tags/0.9.4/views/tracking-code.php
r2125332 r2326789 1 <!-- RightMessage -->1 <!-- RightMessage WP --> 2 2 <script type="text/javascript"> 3 3 (function(p, a, n, d, o, b) { 4 o = n.createElement('script'); o.type = 'text/javascript'; o.async = true; o.src = 'https://t ag.rightmessage.com/'+p+'.js';4 o = n.createElement('script'); o.type = 'text/javascript'; o.async = true; o.src = 'https://tw.rightmessage.com/'+p+'.js'; 5 5 b = n.getElementsByTagName('script')[0]; b.parentNode.insertBefore(o, b); 6 6 d = function(h, u, i) { var o = n.createElement('style'); o.id = 'rmcloak'+i; o.type = 'text/css'; … … 8 8 b.parentNode.insertBefore(o, b); return o; }; o = d('', '-hidden', ''); d('-stay-invisible', '-stay-hidden', '-stay'); 9 9 setTimeout(function() { o.parentNode && o.parentNode.removeChild(o); }, a); 10 })('<?php echo $account_id ?>', 2 500, document);10 })('<?php echo $account_id ?>', 20000, document); 11 11 </script> -
rightmessage/tags/0.9.4/wp-rightmessage.php
r2258921 r2326789 4 4 * Plugin URI: https://rightmessage.com/ 5 5 * Description: Integrate RightMessage into your website 6 * Version: 0.9. 36 * Version: 0.9.4 7 7 * Author: RightMessage 8 8 * License: GPL2 -
rightmessage/trunk/views/tracking-code.php
r2125332 r2326789 1 <!-- RightMessage -->1 <!-- RightMessage WP --> 2 2 <script type="text/javascript"> 3 3 (function(p, a, n, d, o, b) { 4 o = n.createElement('script'); o.type = 'text/javascript'; o.async = true; o.src = 'https://t ag.rightmessage.com/'+p+'.js';4 o = n.createElement('script'); o.type = 'text/javascript'; o.async = true; o.src = 'https://tw.rightmessage.com/'+p+'.js'; 5 5 b = n.getElementsByTagName('script')[0]; b.parentNode.insertBefore(o, b); 6 6 d = function(h, u, i) { var o = n.createElement('style'); o.id = 'rmcloak'+i; o.type = 'text/css'; … … 8 8 b.parentNode.insertBefore(o, b); return o; }; o = d('', '-hidden', ''); d('-stay-invisible', '-stay-hidden', '-stay'); 9 9 setTimeout(function() { o.parentNode && o.parentNode.removeChild(o); }, a); 10 })('<?php echo $account_id ?>', 2 500, document);10 })('<?php echo $account_id ?>', 20000, document); 11 11 </script> -
rightmessage/trunk/wp-rightmessage.php
r2258921 r2326789 4 4 * Plugin URI: https://rightmessage.com/ 5 5 * Description: Integrate RightMessage into your website 6 * Version: 0.9. 36 * Version: 0.9.4 7 7 * Author: RightMessage 8 8 * License: GPL2
Note: See TracChangeset
for help on using the changeset viewer.