mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
Fix html10n and the locale resource <link>s
This commit is contained in:
parent
2b860986e8
commit
67c893aaca
4 changed files with 15 additions and 9 deletions
|
@ -33,7 +33,7 @@
|
|||
<meta name="robots" content="noindex, nofollow">
|
||||
<link rel="shortcut icon" href="<%=settings.faviconTimeslider%>">
|
||||
|
||||
<link rel="localizations" type="application/l10n+json" href="../../locales.ini" />
|
||||
<link rel="localizations" type="application/l10n+json" href="../../locales.json" />
|
||||
<script type="text/javascript" src="../../static/js/html10n.js"></script>
|
||||
<script type="text/javascript" src="../../static/js/l10n.js"></script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue