Upgrade to latest jquery

This commit is contained in:
Crom (Thibaut CHARLES) 2018-05-16 02:02:46 +02:00
parent 62dec4d2a5
commit bdd08a7ffd
Signed by: tcharles
GPG Key ID: 45A3D5F880B9E6D0
4 changed files with 4 additions and 8 deletions

View File

@ -48,7 +48,7 @@
</content>
<script src="/js/marked.min.js"></script>
<script src="/js/jquery-1.10.2.min.js"></script>
<script src="/js/jquery-3.3.1.min.js"></script>
<script src="/js/ChartNew.js"></script>
<script src="/js/lightbox-2.6.min.js"></script>
<script src="/js/main.js"></script>

File diff suppressed because one or more lines are too long

2
js/jquery-3.3.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -75,7 +75,7 @@ function setPage(path){
function smoothScrollSetup(){
$('a[href*=#]:not([href=#])').click(function()
$("a[href*='#']:not([href='#'])").click(function()
{
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname)
{