Guest User

Untitled

a guest
Jul 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <script type="text/javascript">
  2. jQuery(function() {
  3. var url = '';
  4.  
  5. setTimeout(function() {
  6. jQuery.get(url, function(response) {
  7. jQuery('#cp-intro')
  8. .html(response);
  9. });
  10. }, 1000*60);
  11. });
  12. </script>
Add Comment
Please, Sign In to add comment