From f74cc9cb80715da5388d082f59b17faa2fbddcd9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 11 Jan 2016 12:19:38 -0500 Subject: [PATCH] removing test alert --- js/app.js | 2 -- js/custom/pageSetup.js | 2 -- 2 files changed, 4 deletions(-) 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()}); }); -- 2.17.1