From 8b8165ee9320cc026ad66e79b1f59f40a0084f8b Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 7 Aug 2017 13:59:54 -0400 Subject: Remove images; repair A&AI credentials. Remove licensed image files from ONAP distrib Correct AAI user/role API username and password; add AAI thumbnail image file in application onboarding DML script. Issue: PORTAL-58, PORTAL-63 Change-Id: I5f61b01e822e563a7cb5c1b635313dca9397c4ae Signed-off-by: Christopher Lott (cl778h) --- .../src/main/webapp/static/ebz/angular_js/ebiz_keepalive.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/ebiz_keepalive.js (limited to 'ecomp-portal-BE-common/src/main/webapp/static') diff --git a/ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/ebiz_keepalive.js b/ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/ebiz_keepalive.js deleted file mode 100644 index a5947d9d..00000000 --- a/ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/ebiz_keepalive.js +++ /dev/null @@ -1,8 +0,0 @@ -function keepAlive(){ - alert("<%=VSPUtils.getEbizKeepAliveURL(request)%>"); - $.ajax({ - dataType: 'jsonp', - url: "<%=VSPUtils.getEbizKeepAliveURL(request)%>", - jsonpCallback: 'JsonpCallback' - }); -} \ No newline at end of file -- cgit 1.2.3-korg