Subversion Repositories SmartDukaan

Rev

Rev 11327 | Rev 12084 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11327 Rev 11342
Line 36... Line 36...
36
  }else if(parseInt(value) == 2){
36
  }else if(parseInt(value) == 2){
37
    if(typeof _gaq != "undefined" && _gaq != null)  {
37
    if(typeof _gaq != "undefined" && _gaq != null)  {
38
        _gaq.push(['_trackEvent', 'Recharge', 'Recharge Result','Recharge-Result']);
38
        _gaq.push(['_trackEvent', 'Recharge', 'Recharge Result','Recharge-Result']);
39
      } 
39
      } 
40
  }
40
  }
41
  var orderConfirmation = <?php echo json_encode($orderConfirmation);?>
41
  var orderConfirmation = <?php echo json_encode($orderConfirmation);?>;
-
 
42
  var pheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
-
 
43
  // if(document.getElementsByClassName('order-conf')[0] != undefined){
-
 
44
  //     document.getElementsByClassName('order-conf')[0].style.minHeight = pheight - 153 +'px';  
-
 
45
  // }
42
</script>
46
</script>
43
 
47