The problem is caused by simple responsive slideshow module.
This module add a line in header to download a second time the jquery library from 2 different sources.
you can comment (or delete) in /modules/mod_simple_responsive_slideshow/mod_simple_responsive_slideshow.php the line 16
JHTML::script('https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js');
Joomla 3.x is already using a jquery library. Do not need to load another, consider that each user downloads 2 times the library that weighs more than 100Kb (slows down the loading of the site)
see image