Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
7f2174d8
Verified
Commit
7f2174d8
authored
Mar 31, 2018
by
Morgan Bazalgette
Browse files
Remove pl-dark-masto-fe, add preloading for common scripts
parent
ce1f66aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex
View file @
7f2174d8
...
...
@@ -9,14 +9,17 @@
<link
rel=
"icon"
type=
"image/png"
href=
"/favicon.png"
/>
<link
rel=
"stylesheet"
media=
"all"
href=
"/packs/common.css"
/>
<link
rel=
"stylesheet"
media=
"all"
href=
"/packs/default.css"
/>
<link
rel=
"stylesheet"
media=
"all"
href=
"/packs/pl-dark-masto-fe.css"
/>
<script
src=
"/packs/common.js"
></script>
<script
src=
"/packs/locale_en.js"
></script>
<link
as=
'script'
crossorigin=
'anonymous'
href=
'/packs/features/getting_started.js'
rel=
'preload'
>
<link
as=
'script'
crossorigin=
'anonymous'
href=
'/packs/features/compose.js'
rel=
'preload'
>
<link
as=
'script'
crossorigin=
'anonymous'
href=
'/packs/features/home_timeline.js'
rel=
'preload'
>
<link
as=
'script'
crossorigin=
'anonymous'
href=
'/packs/features/notifications.js'
rel=
'preload'
>
<script
id=
'initial-state'
type=
'application/json'
>
<%=
raw
@initial_state
%>
</script>
<script
src=
"/packs/application.js"
></script>
</head>
<body
class=
'app-body'
>
<body
class=
'app-body
no-reduce-motion
'
>
<div
class=
'app-holder'
data-props=
'{"locale":"en"}'
id=
'mastodon'
>
</div>
</body>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment