diff options
| author | Omar Roth <omarroth@hotmail.com> | 2019-03-23 11:09:31 -0500 |
|---|---|---|
| committer | Omar Roth <omarroth@hotmail.com> | 2019-03-23 11:09:31 -0500 |
| commit | 56b0952cd11b6d7a6f164accbe9ec3cf02350426 (patch) | |
| tree | 584cab8c62843b399a017f274039385f6791295c /src | |
| parent | 1c152f6cadf1e1514923e6dcd62797e6b43f2131 (diff) | |
| download | invidious-56b0952cd11b6d7a6f164accbe9ec3cf02350426.tar.gz invidious-56b0952cd11b6d7a6f164accbe9ec3cf02350426.tar.bz2 invidious-56b0952cd11b6d7a6f164accbe9ec3cf02350426.zip | |
Update sources
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/views/components/player.ecr | 1 | ||||
| -rw-r--r-- | src/invidious/views/licenses.ecr | 18 |
2 files changed, 10 insertions, 9 deletions
diff --git a/src/invidious/views/components/player.ecr b/src/invidious/views/components/player.ecr index fef3f728..39b76c46 100644 --- a/src/invidious/views/components/player.ecr +++ b/src/invidious/views/components/player.ecr @@ -78,6 +78,7 @@ var player = videojs("player", options, function() { volumeStep: 0.1, seekStep: 5, enableModifiersForNumbers: false, + enableHoverScroll: true, customKeys: { // Toggle play with K Key play: { diff --git a/src/invidious/views/licenses.ecr b/src/invidious/views/licenses.ecr index ec24ed63..a6f13dca 100644 --- a/src/invidious/views/licenses.ecr +++ b/src/invidious/views/licenses.ecr @@ -19,7 +19,7 @@ </td> <td> - <a href="https://unpkg.com/dashjs@2.9.0/dist/dash.mediaplayer.debug.js"><%= translate(locale, "source") %></a> + <a href="https://github.com/Dash-Industry-Forum/dash.js"><%= translate(locale, "source") %></a> </td> </tr> @@ -33,7 +33,7 @@ </td> <td> - <a href="/js/silvermine-videojs-quality-selector.js"><%= translate(locale, "source") %></a> + <a href="https://github.com/omarroth/videojs-quality-selector"><%= translate(locale, "source") %></a> </td> </tr> @@ -47,7 +47,7 @@ </td> <td> - <a href="https://unpkg.com/video.js@6.12.1/dist/video.js"><%= translate(locale, "source") %></a> + <a href="https://github.com/videojs/video.js"><%= translate(locale, "source") %></a> </td> </tr> @@ -61,7 +61,7 @@ </td> <td> - <a href="https://unpkg.com/videojs-contrib-quality-levels@2.0.7/dist/videojs-contrib-quality-levels.js"><%= translate(locale, "source") %></a> + <a href="https://github.com/videojs/videojs-contrib-quality-levels"><%= translate(locale, "source") %></a> </td> </tr> @@ -75,7 +75,7 @@ </td> <td> - <a href="https://unpkg.com/videojs-contrib-dash@2.8.2/dist/videojs-dash.js"><%= translate(locale, "source") %></a> + <a href="https://github.com/videojs/videojs-contrib-dash"><%= translate(locale, "source") %></a> </td> </tr> @@ -89,7 +89,7 @@ </td> <td> - <a href="https://unpkg.com/@videojs/http-streaming@1.2.2/dist/videojs-http-streaming.js"><%= translate(locale, "source") %></a> + <a href="https://github.com/videojs/http-streaming"><%= translate(locale, "source") %></a> </td> </tr> @@ -103,7 +103,7 @@ </td> <td> - <a href="https://unpkg.com/videojs-markers@1.0.1/dist/videojs-markers.js"><%= translate(locale, "source") %></a> + <a href="https://github.com/spchuang/videojs-markers"><%= translate(locale, "source") %></a> </td> </tr> @@ -117,7 +117,7 @@ </td> <td> - <a href="https://unpkg.com/videojs-share@2.0.1/dist/videojs-share.js"><%= translate(locale, "source") %></a> + <a href="https://github.com/mkhazov/videojs-share"><%= translate(locale, "source") %></a> </td> </tr> @@ -131,7 +131,7 @@ </td> <td> - <a href="/js/videojs.hotkeys.js"><%= translate(locale, "source") %></a> + <a href="https://github.com/ctd1500/videojs-hotkeys"><%= translate(locale, "source") %></a> </td> </tr> |
