Skip to content
Snippets Groups Projects
Commit 4a125368 authored by John McLear's avatar John McLear
Browse files

indentation

parent 01bc55b8
No related branches found
No related tags found
No related merge requests found
...@@ -32,22 +32,24 @@ ...@@ -32,22 +32,24 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <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="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/css/pad.css">
<link rel="prefetch" href="static/custom/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="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/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="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="static/custom/pad.js">
<link rel="prefetch" href="pluginfw/plugin-definitions.json"> <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="locales.json">
<link rel="prefetch" href="javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define"> <link rel="prefetch" href="static/font/fontawesome-etherpad.woff">
<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"> <!--
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/html10n.js"></script>
<script type="text/javascript" src="static/js/l10n.js"></script> <script type="text/javascript" src="static/js/l10n.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment