Upgrade jQuery to 3.2.0

This commit is contained in:
Matthias Mees 2017-03-17 08:47:36 +01:00
parent 84ae833147
commit 40b21f6e4f

View file

@ -194,7 +194,7 @@ if (is_dir('homepage')) {
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.0.min.js"></script>
<script>window.jQuery || document.write('<script src="homepage/scripts/jquery/dist/jquery.min.js"><\/script>')</script>
<script src="homepage/scripts/master.js"></script>
<!-- Google Analytics -->
@ -204,4 +204,4 @@ if (is_dir('homepage')) {
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>
</html>