diff options
Diffstat (limited to 'portal/src/main/webapp/extsys')
-rw-r--r-- | portal/src/main/webapp/extsys/vim/vimChart.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portal/src/main/webapp/extsys/vim/vimChart.html b/portal/src/main/webapp/extsys/vim/vimChart.html index c6fe522..9701fc1 100644 --- a/portal/src/main/webapp/extsys/vim/vimChart.html +++ b/portal/src/main/webapp/extsys/vim/vimChart.html @@ -102,7 +102,7 @@ </div> -<script type="text/javascript" src="../../thirdparty/jquery/jquery-1.10.2.min.js"></script> +<script type="text/javascript" src="../../thirdparty/jquery/jquery-3.4.1.min.js"></script> <script type="text/javascript" src="../../thirdparty/js/tools.js"></script> <script type="text/javascript" src="../../thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js"></script> <script type="text/javascript" src="../../thirdparty/bootstrap/js/bootstrap.min.js"></script> @@ -115,4 +115,4 @@ <script type="text/javascript" src="js/vimChartController.js"></script> <script type="text/javascript" src="../../thirdparty/js/core/hk.min.js"></script> </body> -</html>
\ No newline at end of file +</html> |