diff options
author | Mario <mario@mariovavti.com> | 2020-05-18 07:28:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-18 07:28:25 +0000 |
commit | ddc544e00a78f7837599f187a564cc6871354d81 (patch) | |
tree | 149971146b6673fc2ecf124773009cf3e5ad7776 /view/tpl | |
parent | 97d5ffe056a70f9ed3e67d98b3c73b1cb41ebb1c (diff) | |
download | volse-hubzilla-ddc544e00a78f7837599f187a564cc6871354d81.tar.gz volse-hubzilla-ddc544e00a78f7837599f187a564cc6871354d81.tar.bz2 volse-hubzilla-ddc544e00a78f7837599f187a564cc6871354d81.zip |
add images load status to spinnner if preload images is enabled
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/conv_frame.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/conv_frame.tpl b/view/tpl/conv_frame.tpl index c6b3b0d9b..be74dea39 100755 --- a/view/tpl/conv_frame.tpl +++ b/view/tpl/conv_frame.tpl @@ -3,6 +3,7 @@ <div id="conversation-end"></div> <div id="page-spinner" class="spinner-wrapper"> <div class="spinner m"></div> + <div id="image_counter" class="text-muted text-center small"></div> </div> <div class="modal" id="conversation_settings" tabindex="-1" role="dialog" aria-labelledby="conversation_settings_label" aria-hidden="true"> <div class="modal-dialog"> |