diff options
| author | CalculationPaper <109677665+CalculationPaper@users.noreply.github.com> | 2022-08-12 19:59:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-12 19:59:35 +0200 |
| commit | c847d6d3708532451609ec1fb2cd9d1cbf842c68 (patch) | |
| tree | 736f6ebce60c06d80636646772ea6efc50152e23 | |
| parent | bbf66c9b72de55e4803fd73b9906cc7a4429550c (diff) | |
| download | invidious-c847d6d3708532451609ec1fb2cd9d1cbf842c68.tar.gz invidious-c847d6d3708532451609ec1fb2cd9d1cbf842c68.tar.bz2 invidious-c847d6d3708532451609ec1fb2cd9d1cbf842c68.zip | |
Update licenses.ecr
Oh, it's handlers not helpers.
| -rw-r--r-- | src/invidious/views/licenses.ecr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/invidious/views/licenses.ecr b/src/invidious/views/licenses.ecr index 4e395d6d..667cfa37 100644 --- a/src/invidious/views/licenses.ecr +++ b/src/invidious/views/licenses.ecr @@ -25,7 +25,7 @@ <tr> <td> - <a href="/js/helpers.js?v=<%= ASSET_COMMIT %>">helpers.js</a> + <a href="/js/handlers.js?v=<%= ASSET_COMMIT %>">handlers.js</a> </td> <td> @@ -33,7 +33,7 @@ </td> <td> - <a href="/js/helpers.js?v=<%= ASSET_COMMIT %>"><%= translate(locale, "source") %></a> + <a href="/js/handlers.js?v=<%= ASSET_COMMIT %>"><%= translate(locale, "source") %></a> </td> </tr> |
