From 9254abc416ec59416c287ea5254e0ef1cb087498 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 18 May 2016 11:05:24 -0400 Subject: [PATCH] removed shareThis script --- js/app.js | 8 -------- js/custom/shareThis.js | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 js/custom/shareThis.js diff --git a/js/app.js b/js/app.js index dcea86c..1481ce2 100644 --- a/js/app.js +++ b/js/app.js @@ -31,11 +31,3 @@ $(document).ready(function () { //console.log('menu-id = ' + menuNum); }); }); -;$(document).ready(function () { - var switchTo5x=true; - $.getScript("http://w.sharethis.com/button/buttons.js", function() { - console.log("success"); - }); - stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"}); - var st_type="wordpress4.3.1"; -}); \ No newline at end of file diff --git a/js/custom/shareThis.js b/js/custom/shareThis.js deleted file mode 100644 index 0d5db19..0000000 --- a/js/custom/shareThis.js +++ /dev/null @@ -1,8 +0,0 @@ -$(document).ready(function () { - var switchTo5x=true; - $.getScript("http://w.sharethis.com/button/buttons.js", function() { - console.log("success"); - }); - stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"}); - var st_type="wordpress4.3.1"; -}); \ No newline at end of file -- 2.17.1