summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-common/src/main/webapp/WEB-INF/static/ebz/angular_js/ebiz_keepalive.js
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-BE-common/src/main/webapp/WEB-INF/static/ebz/angular_js/ebiz_keepalive.js')
-rw-r--r--ecomp-portal-BE-common/src/main/webapp/WEB-INF/static/ebz/angular_js/ebiz_keepalive.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/ecomp-portal-BE-common/src/main/webapp/WEB-INF/static/ebz/angular_js/ebiz_keepalive.js b/ecomp-portal-BE-common/src/main/webapp/WEB-INF/static/ebz/angular_js/ebiz_keepalive.js
new file mode 100644
index 00000000..a5947d9d
--- /dev/null
+++ b/ecomp-portal-BE-common/src/main/webapp/WEB-INF/static/ebz/angular_js/ebiz_keepalive.js
@@ -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