diff options
Diffstat (limited to 'openo-portal/portal-auth/src/main/webapp/user/modifyUser.html')
-rw-r--r-- | openo-portal/portal-auth/src/main/webapp/user/modifyUser.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openo-portal/portal-auth/src/main/webapp/user/modifyUser.html b/openo-portal/portal-auth/src/main/webapp/user/modifyUser.html index 2c3bdcae..6a4abba9 100644 --- a/openo-portal/portal-auth/src/main/webapp/user/modifyUser.html +++ b/openo-portal/portal-auth/src/main/webapp/user/modifyUser.html @@ -21,7 +21,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <link rel="stylesheet" type="text/css" href="/openoui/auth/v1/user/css/component.css"> <link rel="stylesheet" type="text/css" href="/openoui/auth/v1/user/css/user.css"> - <script type="text/javascript" src="/openoui/auth/v1/user/3rd_lib/jquery-1.11.1.min.js"></script> + <script type="text/javascript" src="/openoui/common/thirdparty/jquery/jquery-1.11.2.min.js"></script> <script type="text/javascript" src="/openoui/auth/v1/user/js/userTools.js"></script> <script type="text/javascript" src="/openoui/auth/v1/user/js/modifyUser.js"></script> |