Subversion Repositories SmartDukaan

Rev

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

Rev 31404 Rev 31405
Line 550... Line 550...
550
			console.log(leadDetailObject);
550
			console.log(leadDetailObject);
551
 
551
 
552
			if (confirm("Are you sure you want to add lead detail!") == true) {
552
			if (confirm("Are you sure you want to add lead detail!") == true) {
553
				doPostAjaxRequestWithJsonHandler(context + "/leadDetail", JSON.stringify(leadDetailObject), function(response) {
553
				doPostAjaxRequestWithJsonHandler(context + "/leadDetail", JSON.stringify(leadDetailObject), function(response) {
554
					console.log(response);
554
					console.log(response);
-
 
555
					if(response == 'true'){
-
 
556
						alert("Submit Sucessfully");
-
 
557
					} 
555
 
558
 
556
				});
559
				});
557
			}
560
			}
558
 
561
 
559
		});
562
		});