Update of /cvsroot/php-blog/additional_plugins/homepage
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16165/homepage
Modified Files:
index.php
Log Message:
gitclone.sh autocommit
Index: index.php
===================================================================
RCS file: /cvsroot/php-blog/additional_plugins/homepage/index.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- index.php 5 Oct 2016 20:34:48 -0000 1.16
+++ index.php 17 Mar 2017 21:33:15 -0000 1.17
@@ -194,7 +194,7 @@
</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 @@
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
-</html>
+</html>
\ No newline at end of file
|