Subversion Repositories SmartDukaan

Rev

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

Rev 28885 Rev 28900
Line 75... Line 75...
75
						if (confirm("Are you sure you want to Resend this verification") == true) {
75
						if (confirm("Are you sure you want to Resend this verification") == true) {
76
							doPostAjaxRequestHandler(
76
							doPostAjaxRequestHandler(
77
									context
77
									context
78
											+ "/partnerVerificationResend?onboardingId="
78
											+ "/partnerVerificationResend?onboardingId="
79
											+ onboardingId, function(response) {
79
											+ onboardingId, function(response) {
80
										row.html(response);
80
										if (response == 'true') {
81
										row.css("background-color", "#F8F8FF");
81
											alert("Successfully Resend");
-
 
82
											panelListing("main-content");
-
 
83
										}
82
 
84
 
83
									});
85
									});
84
						}
86
						}
85
 
87
 
86
					});
88
					});