From 66f639a1d143590f66a2f96af3c1c07cf1b8727f Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sat, 3 Mar 2018 23:07:18 -0600 Subject: [PATCH] Remove TODO --- src/helpers.cr | 2 -- src/views/watch.ecr | 1 - 2 files changed, 3 deletions(-) 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 {