mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Update licenses.ecr
Oh, it's handlers not helpers.
This commit is contained in:
parent
bbf66c9b72
commit
c847d6d370
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue