From: Anthony Talarico Date: Mon, 11 Jan 2016 17:19:38 +0000 (-0500) Subject: removing test alert X-Git-Tag: v1.0.0^2~72 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f74cc9cb80715da5388d082f59b17faa2fbddcd9;p=WP-Themes%2Fotsego.git removing test alert --- diff --git a/js/app.js b/js/app.js index 4a508ee..ba5fa69 100644 --- a/js/app.js +++ b/js/app.js @@ -108,8 +108,6 @@ $(document).ready(function () { for (var i = 0; i < $('div[class*="excerpt"]').length; i++){ var words = $(".excerpt" + i).text().split(' '); if(words.length < 16){ - - alert($(".excerpt" + i).parent().find("a").attr("href")); $(".excerpt" + i).parent().find("a").replaceWith(function(){ return $("

", {html: $(this).html()}); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index f5c96b3..7dac3fa 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -99,8 +99,6 @@ $(document).ready(function () { for (var i = 0; i < $('div[class*="excerpt"]').length; i++){ var words = $(".excerpt" + i).text().split(' '); if(words.length < 16){ - - alert($(".excerpt" + i).parent().find("a").attr("href")); $(".excerpt" + i).parent().find("a").replaceWith(function(){ return $("

", {html: $(this).html()}); });