Rev 27754 | Go to most recent revision | Details | Last modification | View Log | RSS feed
$(function() {
$(".lead").live('click', function() {
loadFranchiseeVisit("main-content");
});
function loadFranchiseeVisit(domId) {
doGetAjaxRequestHandler(context + "/getOpenVisit", function(response) {
$('#' + domId).html(response);
}