summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-auth/src/main/webapp/user/js/createUser.js
diff options
context:
space:
mode:
authorzhouruiyu <zhouruiyu@huawei.com>2016-10-14 17:30:21 +0800
committerzhouruiyu <zhouruiyu@huawei.com>2016-10-14 17:30:21 +0800
commitae6504e2975ae86e0e1e530cb4635aebdee1b342 (patch)
tree83846c12f568c26032fbb06a63e7f90e8325b95c /openo-portal/portal-auth/src/main/webapp/user/js/createUser.js
parent044aaaa01c29c34b18c2370e81a8e5b6252782dd (diff)
integration with CMCC portal.
1. change the import js and css path into the right one ; https://jira.open-o.org/browse/OCS-113 Change-Id: I40bd3fe5e8cd532f260db1275292a7c0f9e3f4a9 Signed-off-by: zhouruiyu <zhouruiyu@huawei.com>
Diffstat (limited to 'openo-portal/portal-auth/src/main/webapp/user/js/createUser.js')
-rw-r--r--openo-portal/portal-auth/src/main/webapp/user/js/createUser.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/openo-portal/portal-auth/src/main/webapp/user/js/createUser.js b/openo-portal/portal-auth/src/main/webapp/user/js/createUser.js
index 7a95a8ee..f27214a6 100644
--- a/openo-portal/portal-auth/src/main/webapp/user/js/createUser.js
+++ b/openo-portal/portal-auth/src/main/webapp/user/js/createUser.js
@@ -30,11 +30,11 @@ $(document).ready(function() {
}
var data = getCreateUser();
createUser(data).done(function() {
- window.document.location = "/openoui/auth/v1/user/html/user.html";
+ window.document.location = "/openoui/user/user.html";
})
})
$("#cancel").click(function(e) {
- window.document.location = "/openoui/auth/v1/user/html/user.html";
+ window.document.location = "/openoui/user/user.html";
})
}