Removed debug
This commit is contained in:
parent
c422c8f309
commit
f188ea473a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ $('.js-comment-container').on('load change', change_comments);
|
||||||
$('#readme').on('load change', change_readme);
|
$('#readme').on('load change', change_readme);
|
||||||
|
|
||||||
$('.timeline-comment textarea[placeholder="Leave a comment"]').on('change input', function() {
|
$('.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();
|
change_comments();
|
||||||
|
|
Reference in a new issue