diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/helpers.cr | 2 | ||||
| -rw-r--r-- | src/views/watch.ecr | 1 |
2 files changed, 0 insertions, 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 <p> <a class="link" href="javascript:void(0)" onclick="toggle(this)">[ - ]</a> #{score} <b>#{author}</b> 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 { |
