diff options
author | shentao <shentao@chinamobile.com> | 2017-04-24 18:55:39 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-04-24 18:55:54 +0800 |
commit | 8a67262665a9ae18fb622138d151ffe9479deaad (patch) | |
tree | 1daebca7c7f919298df19a298a841296f9cb6665 /performance | |
parent | f0970ccf6768e87956221351700a68e23ac4b9b0 (diff) |
fixed performance viewt
Issue-id: CLIENT-175
Change-Id: I558c89b45309afde9ed126b8baa050e5316f56a1
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'performance')
-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> |