Rev 27799 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed
$(function() {$(".partner-onboarding-index").on('click', function() {panelListing("main-content");});});function panelListing(domId) {doAjaxRequestHandler(context + "/partnerOnBoardingPanel", "GET",function(response) {$('#' + domId).html(response);});}function panelOnBoardingListing(domId) {doAjaxRequestHandler(context + "/partnerOnBoardingListing", "POST",function(response) {$('#' + domId).html(response);});}