Subversion Repositories SmartDukaan

Rev

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

Rev 13350 Rev 14827
Line 522... Line 522...
522
    	/*if(typeof _gaq != "undefined" && _gaq != null)	{
522
    	/*if(typeof _gaq != "undefined" && _gaq != null)	{
523
		_gaq.push(['_trackEvent', 'Recharge', 'Confirm','DTH']);
523
		_gaq.push(['_trackEvent', 'Recharge', 'Confirm','DTH']);
524
	}*/
524
	}*/
525
	ga('send', 'event', 'Recharge', 'Confirm', 'DTH');
525
	ga('send', 'event', 'Recharge', 'Confirm', 'DTH');
526
    }
526
    }
-
 
527
    var obj = document.getElementById('submit');    
-
 
528
    obj.disabled = true;
-
 
529
    obj.value = 'SUBMITTING';
-
 
530
    setTimeout(function(){ obj.disabled = false; obj.value = 'CONFIRM';}, 20000);
527
  }
531
  }
528
 function addressValidation(e){
532
 function addressValidation(e){
529
 	
533
 	
530
 	var Id = e.currentTarget.id;
534
 	var Id = e.currentTarget.id;
531
 	if(Id == 'creditcard'){
535
 	if(Id == 'creditcard'){