mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 11:42:24 -05:00
[chore/frontend] Reorder JS a little bit to avoid visible text changes (#4039)
This commit is contained in:
parent
0992ffc057
commit
075cae3d55
6 changed files with 135 additions and 116 deletions
|
|
@ -249,7 +249,7 @@ func (m *Module) profileMicroblog(c *gin.Context, p *profile) {
|
|||
},
|
||||
{
|
||||
Bottom: true,
|
||||
Src: jsBlurhash,
|
||||
Src: jsFrontendPrerender,
|
||||
},
|
||||
},
|
||||
Extra: map[string]any{
|
||||
|
|
@ -323,7 +323,7 @@ func (m *Module) profileGallery(c *gin.Context, p *profile) {
|
|||
},
|
||||
{
|
||||
Bottom: true,
|
||||
Src: jsBlurhash,
|
||||
Src: jsFrontendPrerender,
|
||||
},
|
||||
},
|
||||
Extra: map[string]any{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue