adding https protocol to sharethis source
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 12 Jun 2017 15:21:20 +0000 (11:21 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 12 Jun 2017 15:21:20 +0000 (11:21 -0400)
the sharethis source gives a console error if omitting the protocol, adding https
since you can use it whether it's http or not

index.php

index 57ea048..051eae9 100644 (file)
--- a/index.php
+++ b/index.php
@@ -37,7 +37,7 @@
         </div><!--End of off-canvas-->
         <?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://w.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>
     </body>
 </html>
\ No newline at end of file