Subversion Repositories SmartDukaan

Rev

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

Rev 31405 Rev 31406
Line 551... Line 551...
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'){
555
					if(response == 'true'){
556
						alert("Submit Sucessfully");
556
						alert("Submit Successfully");
557
					} 
557
					} 
558
 
558
 
559
				});
559
				});
560
			}
560
			}
561
 
561