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