mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
prefetch pad files from index page
This commit is contained in:
parent
a0aa9470a3
commit
01bc55b8e1
1 changed files with 15 additions and 0 deletions
|
@ -34,6 +34,21 @@
|
||||||
<link rel="shortcut icon" href="<%=settings.favicon%>">
|
<link rel="shortcut icon" href="<%=settings.favicon%>">
|
||||||
|
|
||||||
<link rel="localizations" type="application/l10n+json" href="locales.json">
|
<link rel="localizations" type="application/l10n+json" href="locales.json">
|
||||||
|
<link rel="prefetch" href="static/css/pad.css">
|
||||||
|
<link rel="prefetch" href="static/custom/pad.css">
|
||||||
|
<link rel="prefetch" href="static/js/html10n.js">
|
||||||
|
<link rel="prefetch" href="static/js/l10n.js">
|
||||||
|
<link rel="prefetch" href="static/js/require-kernel.js">
|
||||||
|
<link rel="prefetch" href="javascripts/lib/ep_etherpad-lite/static/js/pad.js?callback=require.define">
|
||||||
|
<link rel="prefetch" href="javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define">
|
||||||
|
<link rel="prefetch" href="static/custom/pad.js">
|
||||||
|
<link rel="prefetch" href="pluginfw/plugin-definitions.json">
|
||||||
|
<link rel="prefetch" href="javascripts/lib/ep_etherpad-lite/static/js/ace2_inner.js?callback=require.define">
|
||||||
|
<link rel="prefetch" href="locales.json">
|
||||||
|
<link rel="prefetch" href="javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define">
|
||||||
|
<link rel="prefetch" href="javascripts/lib/ep_etherpad-lite/static/js/ace2_inner.js?callback=require.define">
|
||||||
|
<link rel="prefetch" href="javascripts/lib/unorm/lib/unorm.js?callback=require.define">
|
||||||
|
|
||||||
<script type="text/javascript" src="static/js/html10n.js"></script>
|
<script type="text/javascript" src="static/js/html10n.js"></script>
|
||||||
<script type="text/javascript" src="static/js/l10n.js"></script>
|
<script type="text/javascript" src="static/js/l10n.js"></script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue