1
Fork 0

Removed debug

This commit is contained in:
Jake Howard 2015-08-25 14:28:29 +01:00
parent c422c8f309
commit f188ea473a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ $('.js-comment-container').on('load change', change_comments);
$('#readme').on('load change', change_readme);
$('.timeline-comment textarea[placeholder="Leave a comment"]').on('change input', function() {
console.log("Change"); markdown_injector('.timeline-comment textarea[placeholder="Leave a comment"]');
markdown_injector('.timeline-comment textarea[placeholder="Leave a comment"]');
});
change_comments();