Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. jQuery(document).ready(function() {
  2.  
  3. jQuery(function() {
  4. if (jQuery.cookie('shownDialog') != 'true') {
  5. window.onload = document.getElementById('lightbox-22556401244951').click();
  6. }
  7. jQuery.cookie('shownDialog', 'true', {expires: 7});
  8. });
  9.  
  10. });
  11.  
  12. jQuery(function() {
  13. if (jQuery.cookie('shownDialog') != 'true') {
  14. jQuery('#lightbox-22556401244951').trigger("click");
  15. }
  16. jQuery.cookie('shownDialog', 'true', {expires: 7});
  17. });
  18.  
  19. jQuery(document).ready(function() {
  20.  
  21. jQuery(function() {
  22. if (jQuery.cookie('shownDialog') != 'true') {
  23. jQuery(window).load(function() {
  24. document.getElementById('lightbox-22556401244951').click();
  25. });
  26. }
  27. jQuery.cookie('shownDialog', 'true', {expires: 7});
  28. });
  29.  
  30. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement