diff --git a/src/helpers.cr b/src/helpers.cr index a8beb16f..44262479 100644 --- a/src/helpers.cr +++ b/src/helpers.cr @@ -317,8 +317,6 @@ def template_comments(root) replies_html = template_comments(child["data"]["replies"]["data"]["children"]) end - # TODO: Allow for expanding comments instead of just dismissing them - content = <<-END_HTML

[ - ] #{score} #{author} diff --git a/src/views/watch.ecr b/src/views/watch.ecr index f2a205d5..54676c59 100644 --- a/src/views/watch.ecr +++ b/src/views/watch.ecr @@ -31,7 +31,6 @@ var player = videojs('player', options, function() { return (e.which === 75); }, handler: function(player, options, e) { - // Example if (player.paused()) { player.play(); } else {