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

index 7acf047..fc834ad 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -109,7 +109,7 @@ $(document).ready(function () {
 //        var words = $(".excerpt" + i).text().split(' ');
         var words = $(".excerpt" + i).text();
         if(words.length < 225){
-            alert(words.length);
+           
             $(".excerpt" + i).parent().find("a").replaceWith(function(){
                return $("<h2 />", {html: $(this).html()});
             });
index 03e2a5b..5813751 100644 (file)
@@ -100,7 +100,7 @@ $(document).ready(function () {
 //        var words = $(".excerpt" + i).text().split(' ');
         var words = $(".excerpt" + i).text();
         if(words.length < 225){
-            alert(words.length);
+           
             $(".excerpt" + i).parent().find("a").replaceWith(function(){
                return $("<h2 />", {html: $(this).html()});
             });