From 310edcb1f1e72fc8d44e06b88393e33328045a49 Mon Sep 17 00:00:00 2001 From: c00149107 Date: Thu, 27 Oct 2016 11:44:50 +0800 Subject: fix issue:GSO-54 Change-Id: I6f0796962a5ba3ebf831e7461e5df92b52f51224 Signed-off-by: c00149107 --- .../portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openo-portal') diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js index ae8a0474..7590bdf7 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js @@ -85,7 +85,7 @@ $(function () { }); return o; }; - + /* $('#createNS').click(function(){ var formData = JSON.stringify($("#neForm").serializeObject()); var jsonobj = JSON.parse(formData); @@ -110,7 +110,7 @@ $(function () { alert("Error on page : " + xhr.responseText); } }); - }); + });*/ //init the templates combo $.when( generateTemplatesComponent() -- cgit 1.2.3-korg