Subversion Repositories SmartDukaan

Rev

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

Rev 28932 Rev 28947
Line 49... Line 49...
49
				}
49
				}
50
 
50
 
51
				var jsonObject = JSON.stringify(dmsCode)
51
				var jsonObject = JSON.stringify(dmsCode)
52
 
52
 
53
				console.log("jsonObject" + jsonObject);
53
				console.log("jsonObject" + jsonObject);
54
 
-
 
-
 
54
				if (confirm("Are you sure you want to submit") == true) {
55
				doAjaxRequestWithJsonHandler(context + "/partnerDealerSubmit",
55
				doAjaxRequestWithJsonHandler(context + "/partnerDealerSubmit",
56
						"POST", jsonObject, function(response) {
56
						"POST", jsonObject, function(response) {
57
 
57
 
58
							row.html(response);
58
							row.html(response);
59
 
59
 
60
						});
60
						});
61
 
61
				}
62
			});
62
			});
63
 
63
 
64
	$(document)
64
	$(document)
65
			.on(
65
			.on(
66
					'click',
66
					'click',