Subversion Repositories SmartDukaan

Rev

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

Rev 25689 Rev 25692
Line 629... Line 629...
629
		$('.notification-container').html(response);
629
		$('.notification-container').html(response);
630
	});
630
	});
631
}
631
}
632
 
632
 
633
function downloadNotifyDocument(documentId, cid, documentName) {
633
function downloadNotifyDocument(documentId, cid, documentName) {
634
	doAjaxGetDownload(context + "/notifyDocument/download?cid=" + cid, name);
634
	doAjaxGetDownload(context + "/notifyDocument/download?cid=" + cid, documentName);
635
}
635
}