Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-BE / war / static / ebz / angular_js / ebiz_keepalive.js
diff --git a/ecomp-portal-BE/war/static/ebz/angular_js/ebiz_keepalive.js b/ecomp-portal-BE/war/static/ebz/angular_js/ebiz_keepalive.js
new file mode 100644 (file)
index 0000000..a5947d9
--- /dev/null
@@ -0,0 +1,8 @@
+function keepAlive(){
+               alert("<%=VSPUtils.getEbizKeepAliveURL(request)%>");
+               $.ajax({
+                       dataType: 'jsonp',
+                       url: "<%=VSPUtils.getEbizKeepAliveURL(request)%>", 
+                       jsonpCallback: 'JsonpCallback'          
+               });
+}
\ No newline at end of file