summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-03-03 23:07:18 -0600
committerOmar Roth <omarroth@hotmail.com>2018-03-03 23:07:18 -0600
commit66f639a1d143590f66a2f96af3c1c07cf1b8727f (patch)
treed2973c50987181541a21bc3e7171fd05dd046ebd /src
parent38d7dfd7e3d3516475993bf1238fabd76f7e7c48 (diff)
downloadinvidious-66f639a1d143590f66a2f96af3c1c07cf1b8727f.tar.gz
invidious-66f639a1d143590f66a2f96af3c1c07cf1b8727f.tar.bz2
invidious-66f639a1d143590f66a2f96af3c1c07cf1b8727f.zip
Remove TODO
Diffstat (limited to 'src')
-rw-r--r--src/helpers.cr2
-rw-r--r--src/views/watch.ecr1
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 {