diff options
author | jin xin <j00101220@huawei.com> | 2016-10-27 06:26:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-10-27 06:26:27 +0000 |
commit | e1d37f6e7e034768b1429ec26cbde3597b28a644 (patch) | |
tree | c291535366d531765549b48ca5cff72e68887c98 /openo-portal/portal-lifecyclemgr | |
parent | c677f46fec4f51594708d80dd18f9ea096209daa (diff) | |
parent | 310edcb1f1e72fc8d44e06b88393e33328045a49 (diff) |
Merge "fix issue:GSO-54" into sun
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()
|