diff options
author | c00149107 <chenchuanyu@huawei.com> | 2016-10-27 11:44:50 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2016-10-27 11:44:50 +0800 |
commit | 310edcb1f1e72fc8d44e06b88393e33328045a49 (patch) | |
tree | d00f6a4921010935f614b2bf93fd739c2c71bca7 /openo-portal/portal-lifecyclemgr | |
parent | 29ecef3228539d51ebf3b998f3a9aa3eca95edd7 (diff) |
fix issue:GSO-54
Change-Id: I6f0796962a5ba3ebf831e7461e5df92b52f51224
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr')
-rw-r--r-- | openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js | 4 |
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()
|