diff options
author | James Taylor <28744867+user234683@users.noreply.github.com> | 2020-09-09 18:37:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 18:37:29 -0700 |
commit | 75171b7bd5e8a482702c2eb7b132af75b690b2cc (patch) | |
tree | 7ec573f7f6473912d2c8ba9371ec252e2655f64a /youtube/templates/watch.html | |
parent | 3a8f18a1fd8d50cce2a798d44699e9c7da48f331 (diff) | |
parent | 12e56c7e71599d0e5bd31454bd92d2e5155786e6 (diff) | |
download | yt-local-75171b7bd5e8a482702c2eb7b132af75b690b2cc.tar.lz yt-local-75171b7bd5e8a482702c2eb7b132af75b690b2cc.tar.xz yt-local-75171b7bd5e8a482702c2eb7b132af75b690b2cc.zip |
Merge pull request #13 from zrose584/master
add hotkeys.js
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 01ae8cb..f0dcb8d 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -553,7 +553,7 @@ Reload without invidious (for usage of new identity button).</a> // where in relation to the edge of the viewport, we are observing rootMargin: "100px", - // how much of the element needs to have intersected + // how much of the element needs to have intersected // in order to fire our loading function threshold: 1.0 @@ -608,4 +608,6 @@ Reload without invidious (for usage of new identity button).</a> </details> {% endif %} {% endif %} + + <script src="/youtube.com/static/js/hotkeys.js"></script> {% endblock main %} |