removing test alert
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 17:19:38 +0000 (12:19 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 17:19:38 +0000 (12:19 -0500)
js/app.js
js/custom/pageSetup.js

index 4a508ee..ba5fa69 100644 (file)
--- 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 $("<h2 />", {html: $(this).html()});
             });
index f5c96b3..7dac3fa 100644 (file)
@@ -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 $("<h2 />", {html: $(this).html()});
             });