mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Remove TODO
This commit is contained in:
parent
38d7dfd7e3
commit
66f639a1d1
2 changed files with 0 additions and 3 deletions
|
@ -317,8 +317,6 @@ def template_comments(root)
|
||||||
replies_html = template_comments(child["data"]["replies"]["data"]["children"])
|
replies_html = template_comments(child["data"]["replies"]["data"]["children"])
|
||||||
end
|
end
|
||||||
|
|
||||||
# TODO: Allow for expanding comments instead of just dismissing them
|
|
||||||
|
|
||||||
content = <<-END_HTML
|
content = <<-END_HTML
|
||||||
<p>
|
<p>
|
||||||
<a class="link" href="javascript:void(0)" onclick="toggle(this)">[ - ]</a> #{score} <b>#{author}</b>
|
<a class="link" href="javascript:void(0)" onclick="toggle(this)">[ - ]</a> #{score} <b>#{author}</b>
|
||||||
|
|
|
@ -31,7 +31,6 @@ var player = videojs('player', options, function() {
|
||||||
return (e.which === 75);
|
return (e.which === 75);
|
||||||
},
|
},
|
||||||
handler: function(player, options, e) {
|
handler: function(player, options, e) {
|
||||||
// Example
|
|
||||||
if (player.paused()) {
|
if (player.paused()) {
|
||||||
player.play();
|
player.play();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue