Subversion Repositories SmartDukaan

Rev

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

Rev 26039 Rev 26043
Line 308... Line 308...
308
 
308
 
309
							doPostAjaxRequestWithJsonHandler(context
309
							doPostAjaxRequestWithJsonHandler(context
310
									+ "/notifyCancelOrder", JSON
310
									+ "/notifyCancelOrder", JSON
311
									.stringify(jsonObject), function(response) {
311
									.stringify(jsonObject), function(response) {
312
								if (response == 'true') {
312
								if (response == 'true') {
313
									alert("successfully Add");
313
									alert("successfully notify");
314
									$('#notifyCancelOrder').modal('hide');
314
									$('#notifyCancelOrder').modal('hide');
315
									$('.modal-backdrop').remove();
315
									$('.modal-backdrop').remove();
316
									loadOrder("main-content");
316
									loadOrder("main-content");
317
								}
317
								}
318
							});
318
							});