Upgrade to latest jquery
This commit is contained in:
parent
62dec4d2a5
commit
bdd08a7ffd
@ -48,7 +48,7 @@
|
|||||||
</content>
|
</content>
|
||||||
|
|
||||||
<script src="/js/marked.min.js"></script>
|
<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/ChartNew.js"></script>
|
||||||
<script src="/js/lightbox-2.6.min.js"></script>
|
<script src="/js/lightbox-2.6.min.js"></script>
|
||||||
<script src="/js/main.js"></script>
|
<script src="/js/main.js"></script>
|
||||||
|
6
js/jquery-1.10.2.min.js
vendored
6
js/jquery-1.10.2.min.js
vendored
File diff suppressed because one or more lines are too long
2
js/jquery-3.3.1.min.js
vendored
Normal file
2
js/jquery-3.3.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -75,7 +75,7 @@ function setPage(path){
|
|||||||
|
|
||||||
|
|
||||||
function smoothScrollSetup(){
|
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)
|
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user