summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorc00149107 <chenchuanyu@huawei.com>2016-10-27 11:44:50 +0800
committerc00149107 <chenchuanyu@huawei.com>2016-10-27 11:44:50 +0800
commit310edcb1f1e72fc8d44e06b88393e33328045a49 (patch)
treed00f6a4921010935f614b2bf93fd739c2c71bca7
parent29ecef3228539d51ebf3b998f3a9aa3eca95edd7 (diff)
fix issue:GSO-54
Change-Id: I6f0796962a5ba3ebf831e7461e5df92b52f51224 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
-rw-r--r--openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js4
1 files changed, 2 insertions, 2 deletions
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()