diff options
Diffstat (limited to 'client/client-editor')
-rw-r--r-- | client/client-editor/src/main/resources/webapp/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client-editor/src/main/resources/webapp/index.html b/client/client-editor/src/main/resources/webapp/index.html index 34659993a..2ee9c0705 100644 --- a/client/client-editor/src/main/resources/webapp/index.html +++ b/client/client-editor/src/main/resources/webapp/index.html @@ -194,7 +194,7 @@ </div> <!-- jQuery --> - <script src="jquery/jquery-1.12.4.js"></script> + <script src="jquery/jquery-3.3.1.min.js"></script> <script src="js/jquery-ui-1.12.1/jquery-ui.js"></script> <!-- fileMenu JS file --> |