diff options
-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> |