mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
indentation
This commit is contained in:
parent
01bc55b8e1
commit
4a1253680c
1 changed files with 11 additions and 9 deletions
|
@ -32,22 +32,24 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||
<link rel="shortcut icon" href="<%=settings.favicon%>">
|
||||
|
||||
<link rel="localizations" type="application/l10n+json" href="locales.json">
|
||||
<link rel="prefetch" href="static/css/pad.css">
|
||||
<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">
|
||||
<link rel="prefetch" href="static/custom/pad.js">
|
||||
<link rel="prefetch" href="pluginfw/plugin-definitions.json">
|
||||
<link rel="prefetch" href="locales.json">
|
||||
<link rel="prefetch" href="static/font/fontawesome-etherpad.woff">
|
||||
|
||||
<!--
|
||||
No point prefetching these as we load them below??...
|
||||
<link rel="prefetch" href="static/js/html10n.js">
|
||||
<link rel="prefetch" href="static/js/l10n.js">
|
||||
-->
|
||||
|
||||
<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