Advertisement
NikolayBezay

Untitled

Mar 30th, 2022
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. (function() {
  2. var TIME_DELLAY = 10 * 1000;/*10 seconds*/
  3. setTimeout(function() {
  4. adoric.trigger('Earth_day_pop_up');
  5. }, TIME_DELLAY);
  6. })();
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement