Subversion Repositories SmartDukaan

Rev

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

Rev 27766 Rev 27767
Line 645... Line 645...
645
	doAjaxRequestHandler(context + "/panelDocument?documentId="
645
	doAjaxRequestHandler(context + "/panelDocument?documentId="
646
			+ documentId + "&id=" + id, "GET", function(
646
			+ documentId + "&id=" + id, "GET", function(
647
			response) {
647
			response) {
648
		var name = response.response.name;
648
		var name = response.response.name;
649
		console.log("documentName : " + name);
649
		console.log("documentName : " + name);
650
		doAjaxGetDownload(context + "/shopdocument/download?id="
650
		doAjaxGetDownload(context + "/shopDocument/download?id="
651
				+ id, name);
651
				+ id, name);
652
	});
652
	});
653
});
653
});
654
 
654
 
655
function partnerOnBoardingListingJson() {
655
function partnerOnBoardingListingJson() {