nexus site path corrected
[portal.git] / ecomp-portal-BE-common / src / main / webapp / WEB-INF / static / ebz / angular_js / ebiz_keepalive.js
1 function keepAlive(){
2                 alert("<%=VSPUtils.getEbizKeepAliveURL(request)%>");
3                 $.ajax({
4                         dataType: 'jsonp',
5                         url: "<%=VSPUtils.getEbizKeepAliveURL(request)%>", 
6                         jsonpCallback: 'JsonpCallback'          
7                 });
8 }