Advertisement
NikolayBezay

Hist New TEG

Jun 1st, 2021
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.22 KB | None | 0 0
  1. <script>
  2. (function() {
  3.     var TIME_GAP_TO_SHOW_CAMPAIGN = 4000;/* 1000 = 1 second */
  4.     setTimeout(function() {
  5.         adoric.trigger('showAdoricThankYouMessageCampaign');
  6.     }, TIME_GAP_TO_SHOW_CAMPAIGN);
  7. })();
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement