mirror of
https://github.com/friendica/friendica
synced 2025-04-24 00:30:11 +00:00
[frio] Add loading animation on comment form submit
This commit is contained in:
parent
13a10b8f20
commit
95b09aaec4
4 changed files with 46 additions and 3 deletions
|
@ -919,6 +919,7 @@ class Post
|
|||
'$myphoto' => DI::baseUrl()->remove($a->contact['thumb']),
|
||||
'$comment' => DI::l10n()->t('Comment'),
|
||||
'$submit' => DI::l10n()->t('Submit'),
|
||||
'$loading' => DI::l10n()->t('Loading...'),
|
||||
'$edbold' => DI::l10n()->t('Bold'),
|
||||
'$editalic' => DI::l10n()->t('Italic'),
|
||||
'$eduline' => DI::l10n()->t('Underline'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue