mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Move all imports to head to avoid unstyled html on load
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
<meta name="author" content="">
|
||||
<link rel="shortcut icon" id="favicon" href="{{ .WebPrefix }}static/dist/favicon.ico">
|
||||
<title>(◕︵◕)</title>
|
||||
|
||||
{{ template "static/dist/templates/loader_shared.html" }}
|
||||
{{ template "static/dist/templates/loader_help.html" }}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -306,6 +309,3 @@
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
{{ template "static/dist/templates/loader_shared.html" }}
|
||||
{{ template "static/dist/templates/loader_help.html" }}
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
<meta name="author" content="">
|
||||
<link rel="shortcut icon" id="favicon" href="{{ .WebPrefix }}static/dist/favicon.ico">
|
||||
<title>(◕︵◕)</title>
|
||||
|
||||
{{ template "static/dist/templates/loader_shared.html" }}
|
||||
{{ template "static/dist/templates/loader_unsee.html" }}
|
||||
</head>
|
||||
|
||||
<body class="dark" data-raven-dsn="{{ .SentryDSN }}" data-unsee-version="{{ .Version }}">
|
||||
@@ -169,9 +172,6 @@
|
||||
</body>
|
||||
</html>
|
||||
|
||||
{{ template "static/dist/templates/loader_shared.html" }}
|
||||
{{ template "static/dist/templates/loader_unsee.html" }}
|
||||
|
||||
{{ template "templates/alertgroup.html" }}
|
||||
{{ template "templates/summary.html" }}
|
||||
{{ template "templates/errors.html" }}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user