Rev 27171 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed
$(function() {$(document).on('click', ".lead", function() {loadFranchiseeVisit("main-content");});});function loadFranchiseeVisit(domId) {doGetAjaxRequestHandler(context + "/getOpenVisit", function(response) {$('#' + domId).html(response);});}