From: c00149107 Date: Thu, 27 Oct 2016 03:44:50 +0000 (+0800) Subject: fix issue:GSO-54 X-Git-Tag: release/sun~70^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=310edcb1f1e72fc8d44e06b88393e33328045a49;p=vnfsdk%2Frefrepo.git fix issue:GSO-54 Change-Id: I6f0796962a5ba3ebf831e7461e5df92b52f51224 Signed-off-by: c00149107 --- 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()