Skip to content

Commit

Permalink
Remove a console.log line
Browse files Browse the repository at this point in the history
  • Loading branch information
bdesham committed Jul 9, 2014
1 parent 6e84961 commit c39e65f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/bigfoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,7 @@
.replace(/\{\{FOOTNOTENUM\}\}/g, $this.attr("data-footnote-number"))
.replace(/\{\{FOOTNOTEID\}\}/g, $this.attr("data-footnote-identifier"))
.replace(/\{\{FOOTNOTECONTENT\}\}/g, $this.attr("data-footnote-content"));
console.log(content);
content = content.replace(/\&gtsym\;/gi, ">").replace(/\&ltsym\;/gi, "<");
.replace(/\&gtsym\;/gi, ">").replace(/\&ltsym\;/gi, "<");

// Handles replacements of BUTTON attribute requests
content = replaceWithReferenceAttributes(content, "BUTTON", $this);
Expand Down Expand Up @@ -1357,4 +1356,4 @@
return bigfoot;
};

})(jQuery);
})(jQuery);

0 comments on commit c39e65f

Please sign in to comment.