Advertisement
Guest User

Sublime Text 3 issue

a guest
Feb 26th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. <script type="text/javascript">
  2.     $(".pushImage").click(function(){
  3.         $.ajax({
  4.             url: "actions/clickPushgo.php"
  5.         }).done(function( data ) {
  6.             xt_adc(this,'<?php echo $_SESSION['tag_push_'.$_SESSION['push_type']]; ?>');
  7.             window.top.location.replace('<?php echo $_SESSION['lien_push_'.$_SESSION['push_type']]; ?>');
  8.         });
  9.     });
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement