Subversion Repositories SmartDukaan

Rev

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

Rev 17077 Rev 18262
Line 20... Line 20...
20
			$('#loadingModal').modal('hide');
20
			$('#loadingModal').modal('hide');
21
			showShopcluesPopup(url);
21
			showShopcluesPopup(url);
22
		}
22
		}
23
	} else if(store == 6 ) {
23
	} else if(store == 6 ) {
24
  		//display paytm help
24
  		//display paytm help
25
  		if(needToDisplayPaytmPopup(me)){
25
  		//if(needToDisplayPaytmPopup(me)){
26
  			showPaytmHelpPopup();
26
  		//	showPaytmHelpPopup();
27
	  		$('#oktatabyebye').on('click',function(){
27
	  	//	$('#oktatabyebye').on('click',function(){
28
	  			redirectToPaytm(url);	
28
	  	//		redirectToPaytm(url);	
29
	  		});	
29
	  	//	});	
30
  		}else{
30
  		//}else{
31
  			redirectToPaytm(url);	
31
  			redirectToPaytm(url);	
32
  		}
32
  		//}
33
	} else if (store == 7) {
33
	} else if (store == 7) {
34
		redirectTohomeShop18(url);
34
		redirectTohomeShop18(url);
35
	} else if (store == 2) {
35
	} else if (store == 2) {
36
		url = 'http://mobilehotindia.com/r.html?'+Base64.encode(url);
36
		url = 'http://mobilehotindia.com/r.html?'+Base64.encode(url);
37
		document.location = url;				
37
		document.location = url;