diff options
Diffstat (limited to 'client/client-full/src/main/resources/webapp/index.html')
-rw-r--r-- | client/client-full/src/main/resources/webapp/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client-full/src/main/resources/webapp/index.html b/client/client-full/src/main/resources/webapp/index.html index adda16c90..09ed79754 100644 --- a/client/client-full/src/main/resources/webapp/index.html +++ b/client/client-full/src/main/resources/webapp/index.html @@ -93,7 +93,7 @@ </div> <!-- jQuery --> - <script src="js/jquery/jquery-1.12.4.js"></script> + <script src="js/jquery/jquery-3.3.1.min.js"></script> <!-- Apex services client JS files --> <script type="text/javascript" src="js/ApexMain.js"></script> |