Update call for sharethis
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 28 Dec 2016 16:49:33 +0000 (11:49 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 28 Dec 2016 16:49:33 +0000 (11:49 -0500)
Make it https all the time since they have different urls for https and
http and calling https on a non secure page is no big deal but calling
this on secure page with wrong url as https won't work.

footer.php
style.css

index cc67c4e..07ac39b 100644 (file)
@@ -62,7 +62,7 @@
 
   <?php wp_footer();?>
 <script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
-<script charset="utf-8" type="text/javascript" src="//w.sharethis.com/button/buttons.js"></script>
+<script charset="utf-8" type="text/javascript" src="https://ws.sharethis.com/button/buttons.js"></script>
 <script charset="utf-8" type="text/javascript">stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"});var st_type="wordpress4.3.1";</script>
 <!-- Segment Pixel - MI - Staffords Hospitality - Site - DO NOT MODIFY -->
 <img src="//ib.adnxs.com/seg?add=3410478&t=2" width="1" height="1" />
index 4615397..4923c1f 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Staffords
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Staffords
-Version: 1.0.30
+Version: 1.0.31
 */