[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
|
@ -1404,6 +1404,7 @@ function photos_content(App $a)
|
|||
'$comment' => DI::l10n()->t('Comment'),
|
||||
'$submit' => DI::l10n()->t('Submit'),
|
||||
'$preview' => DI::l10n()->t('Preview'),
|
||||
'$loading' => DI::l10n()->t('Loading...'),
|
||||
'$sourceapp' => DI::l10n()->t($a->sourcename),
|
||||
'$ww' => '',
|
||||
'$rand_num' => Crypto::randomDigits(12)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue