diff options
author | Tao Shen <shentao@chinamobile.com> | 2017-04-24 11:40:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2017-04-24 11:40:29 +0000 |
commit | c7b0fedf695516d64e9e92196a73b40a18c9783e (patch) | |
tree | e936815f36840fed35c3a3446bcea6cffd359c30 | |
parent | 993330a8817ffbd94a4f4bbd38d20e26b2e77350 (diff) | |
parent | 8a67262665a9ae18fb622138d151ffe9479deaad (diff) |
Merge "fixed performance viewt"
-rwxr-xr-x | performance/src/main/webapp/performance/performance_view.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/performance/src/main/webapp/performance/performance_view.html b/performance/src/main/webapp/performance/performance_view.html index 9cda55af..bff3177c 100755 --- a/performance/src/main/webapp/performance/performance_view.html +++ b/performance/src/main/webapp/performance/performance_view.html @@ -97,10 +97,10 @@ </div> </div> </div> - <script src="/openoui/common/thirdparty/jquery/jquery-1.10.2.min.js"></script> - <script src="/openoui/common/thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js"></script> - <script src="/openoui/common/js/international/loadi18n.js" type="text/javascript"></script> - <script src="/openoui/common/js/tools.js"></script> + <script src="/openoui/thirdparty/jquery/jquery-1.10.2.min.js"></script> + <script src="/openoui/thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js"></script> + <script src="/openoui/performance/js/loadi18n.js" type="text/javascript"></script> + <script src="/openoui/monitor/js/tools.js"></script> <script> loadi18n_WebFramework('web-performance-i18n', 'i18n/', 'openo_performance_i18n'); </script> |