Subversion Repositories SmartDukaan

Rev

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

Rev 25276 Rev 25279
Line 878... Line 878...
878
 
878
 
879
	#if($isAdmin)
879
	#if($isAdmin)
880
		$(function(){
880
		$(function(){
881
			getPartnerAheadOptions($("#typeaheadpartner"),function(selectedPartner){
881
			getPartnerAheadOptions($("#typeaheadpartner"),function(selectedPartner){
882
				partnerId = selectedPartner.partnerId;
882
				partnerId = selectedPartner.partnerId;
883
				uri = new URI($("#mobileAppId")[0].href);
883
				uri = new URL($("#mobileAppId")[0].href);
884
				uri.search = "fofoId=" + partnerId;
884
				uri.search = "fofoId=" + partnerId;
885
				$("#mobileAppId")[0].href = uri.toString(); 
885
				$("#mobileAppId")[0].href = uri.toString(); 
886
 			});
886
 			});
887
		});
887
		});
888
	#else
888
	#else